Newman Run Dashboard

Sunday, 11 January 2026 06:15:15
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 37.7s
Total data received: 3.09MB
Average response time: 220ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 421 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 421ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b82bfa74-7a5a-42c4-a064-c07818a3a7ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-IDk3+Mg+KptJud/e/Vsof20qL8I"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 421 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 205ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aaad0972-5a0e-4290-ab3a-d852ed150747
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 201ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e656c2a-dcc2-4906-9e41-aee7ac900676
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24e76e8f-2cda-4cba-b073-731a8805ebe4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3711e6db-09ce-43dd-83ae-95bd194c94c7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b4cf38c7-70dd-4f4d-b352-81030c777778
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c352f5e-7452-4e9f-8e93-b1b0c713abb4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-5yxsgZqzPUzsc2iHG6hV4dSQCsM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":331},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 200ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a565f227-52b2-4cfd-a519-0f299a806751
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 636e5c67-f42e-4123-a031-6e28f68225a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-5yxsgZqzPUzsc2iHG6hV4dSQCsM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":331},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4882653f-5f8f-42ba-a50a-d2964d5a9126
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 198ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83ce7f1b-fc12-4785-82e1-03483aa8f5bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69121837-015e-4a0e-952e-e2e7678a6699
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
randomnumber 906
randomFirstName Delilah
randomLastName Simonis
randomEmail Dakota_Brakus@yahoo.com
randomPhone 686-575-4097
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5884df42-7fd0-465c-b7fa-00348f7578c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Titus",
                "last_name": "Krajcik",
                "mobile_number": "947-857-7804",
                "mobile_number_alt": "",
                "email_id": "Benton82@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"16856477863127",
                "imei1": "16856477863127",
                "imei2": "16856477863127",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-kepq3WLiUA3a+d7lzRr82lhUqbw"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":151730,"tr_customer_product_id":151720,"job_number":"JOB_151713"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
randomnumber 762
randomFirstName Susana
randomLastName Ondricka
randomEmail Bridget9@gmail.com
randomPhone 889-415-4932
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a958861-7f21-4dde-90aa-9af2a8f084f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lisandro",
                "last_name": "Cronin",
                "mobile_number": "506-408-4757",
                "mobile_number_alt": "",
                "email_id": "Anderson56@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"67028874842256",
                "imei1": "67028874842256",
                "imei2": "67028874842256",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 870
randomFirstName Elna
randomLastName Johns
randomEmail Jane.Wehner@hotmail.com
randomPhone 249-636-8022
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee98635d-c9ec-4539-b3f4-a72ee8a893eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Blake",
                "last_name": "Bartoletti",
                "mobile_number": "983-530-0066",
                "mobile_number_alt": "",
                "email_id": "Kieran_Bogan87@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"3940413075063",
                "imei1": "3940413075063",
                "imei2": "3940413075063",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 200ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
randomnumber 288
randomFirstName Rachael
randomLastName Rolfson
randomEmail Jacynthe_Greenholt78@yahoo.com
randomPhone 460-816-2251
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1982c19-6564-42ba-b6d3-d012dd4317a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 201ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
randomnumber 88
randomFirstName Rick
randomLastName Ziemann
randomEmail Maddison.Gulgowski82@yahoo.com
randomPhone 200-270-6476
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a0fe5cb-f389-4aa0-842a-8882382d440e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1029
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Shayna",
                "last_name": "Rohan",
                "mobile_number": "753-842-0844",
                "mobile_number_alt": "",
                "email_id": "Mia14@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000371",
                "imei1": "100000371",
                "imei2": "100000371",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 200ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
randomnumber 919
randomFirstName Kellen
randomLastName Nolan
randomEmail Leonel16@gmail.com
randomPhone 764-561-1739
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e04fbd09-274c-4139-84a5-c26a839e50a9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5740c72d-d474-441f-856d-83b0fcda8a77
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Z/yrFYqa7jEJhsyvhPkytdRQVSM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":332},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 489ms
Mean size per request: 321.76KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb434db9-e1a8-4f45-8f9a-113e8311bb5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"50708-ix6xjkRM7+oL7rqYjqwYPvCDIJg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:40.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56959c06-966f-4e14-b558-fec8e51d7b31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151713
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3790caea-9535-4586-8067-2abd91d519ef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e65f0097-e895-45f6-b759-0d2e70e3bcd8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-a3sGmtqJNXsHfp6vNj/zIS+xggY"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85b69e70-cdb5-4611-92f8-9d6100ec0a9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 249B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d035974-fbb1-43c5-b56a-cc2e54a5f412
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 249
ETag W/"f9-ng/nkOvzLyLWDJJONiK4PDz6wLE"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":289},{"label":"Pending for repair","key":"pending_for_repair","count":12},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 281.05KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e81f07e3-c390-4db6-af34-c479163ba0e5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46434-+vMAKZfBfsNoRMflfLG2FqJzmjk"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:40.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6360d05f-e599-4741-9722-1b87c46506e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62fb4530-09c1-4c47-b616-60662839add6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 151713,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 280.09KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c1f355f-4908-4ae5-b4d5-27c102dc9ef7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46058-hqChgZkMovGtQB6kUWEK3wCkkZc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b6c821a-6353-42a1-8336-9d2ab9c378e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-yO5gQ2DPrCX36kboW9HlufpoaW8"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3bee015f-e282-4779-afc2-e1f5d658efd5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e8373e1f-6133-4642-89fe-ed3f87c0d3f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-FuY13SNgmkXwDGYbDMwL1Gkx+Pk"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":13},{"label":"Repair completed","key":"repair_completed","count":99}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 12.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f13e70b-cd03-4cf4-90a9-7f60ddfd1cd0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"31dc-s68d+xywE8/Qyj2zkf9eVjWvuqo"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:44.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b6da4aff-60e3-483b-ad80-62a3329dbc65
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 15.26KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f9053fb8-902e-40d3-b7aa-f37046be92bc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3d0c-bwpm73R+AacqtcFWT3lku00KIbk"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:44.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":151713,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T06:14:40.000Z"}],"quatations":[]},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151667,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:12:09.000Z"}],"quatations":[]},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151664,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:58.000Z"}],"quatations":[]},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151661,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:46.000Z"}],"quatations":[]},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151634,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:24.000Z"}],"quatations":[]},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151631,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:11.000Z"}],"quatations":[]},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151628,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:55:57.000Z"}],"quatations":[]},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151382,"remark":"API created Not working Crashing","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T02:02:58.000Z"}],"quatations":[]},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151330,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:41:22.000Z"}],"quatations":[]},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151323,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:20.000Z"}],"quatations":[]},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151320,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:11.000Z"}],"quatations":[]},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151317,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:01.000Z"}],"quatations":[]},{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151305,"remark":"Phone is not working ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T16:59:31.000Z"},{"id":2,"name":"Poor battery life","tr_job_head_id":151305,"remark":"Battery replace","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-10T16:59:56.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79b8e890-f5b2-4901-b6bd-b13ebc51daa0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODR9.UxOrjtIlEsuFk9dTxv3CxvVoJOb632zRwFfd-p7MgeY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dec87796-75fa-40bc-8d1a-3ec398622a6a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":151713,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37c86ec3-ab71-45f0-af7b-39e64ea70085
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-zDVEvEJJBf9WgdbK5Qb+XPhasjw"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b8ddde07-f59a-4d61-af5f-a1154ec992c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71a0cb36-c2d6-44ea-a35d-0136c04f0ae5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-SCjaCZ0y51+r/m1iTowfR984N4E"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":99},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e5b834e-aca0-49ab-82c0-8c38642594d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 95.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62cf4655-7db8-48db-924e-a801d5f01e3f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17e39-iiU45QWsRLFvvoR2App+8W7qA7s"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151329,"job_number":"JOB_151329","tr_customer_id":151346,"tr_customer_product_id":151336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:49.000Z","modified_at":"2026-01-11T06:04:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-31","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-31T17:40:49.130176058Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:04:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 1017B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 54ff6dd5-6432-4d42-9ebd-c43875f313a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-CTQG/qfNO8rgaKzpf8Id0TIZOSM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:46.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-11T06:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 207ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99933e06-0a9c-48fb-a243-19ac9231ada4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151713
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA4Nn0.s7T7_iUAZnnAs8IFzMFuBjColZv0n9FDVSCa_iFs6UI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57b50248-77c2-4323-84c1-8776b2594e75
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e09375e-1e1d-4179-917f-aa82b4448615
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Dzcplurjzm9M5tAX6nCAz0ICg6I"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODh9.v4NNsKLrRZNnsBMoTgafbhaYP1IN0APfUncMG4gwCUU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c94ad5dd-f565-421f-b0a0-d040bfb9ca6f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5fefc191-d39c-4d96-9a52-3bf36a501e2c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-J9WzMlrIsf0SP8kBHazKjUsXETc"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":332},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5a6296b-211b-4a06-baba-c0ffd457b2d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c7-RB2KXZ9xxTZWv4fQDhqXgXaO1ww"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:48.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a63d8166-10c6-42c6-89ee-a7f0eac29424
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c7-RB2KXZ9xxTZWv4fQDhqXgXaO1ww"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:48.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83dc82df-4d44-4c2b-a2d7-0ae77c121941
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151713
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a94c8d57-8980-45b3-a1ae-a3a620bb77f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151713
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwNzd9.Ow5WmYOTu--BQs2mFuu_-QQzo_lDFiedrT9Hw4USMVE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a69e6b94-c689-4b62-bedd-d8bd7de0a078
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e182fc4-4941-4126-921b-a171f5ca3deb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Mw6fnq2acuY0UcaXGrgWZs1lmPs"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 203ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94b31ae7-435e-4588-9d8e-f3c07a44f66c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 200ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7ef852e-09c0-42a8-9014-7844d2eb2b32
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f6a41a12-09e0-46ce-bef0-3f2d6a341c88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd5955e6-2601-413e-acce-5fc223dd961b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d9d877cc-bcdf-4686-965d-3fa90e03e56a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6402328a-a94a-41aa-b201-c24f81acfe3e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Z/yrFYqa7jEJhsyvhPkytdRQVSM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":332},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a515175d-da92-4ce9-aa9e-0c9985734d8d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e98a2e6-51df-44d4-89e7-e77d18bc1cef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Z/yrFYqa7jEJhsyvhPkytdRQVSM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":332},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06317c58-a1ee-4ea1-85f6-9d1627909b45
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 928b5420-fae1-4130-abad-dffa9268f9bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16fb610d-d879-4f51-a618-69141198ac92
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
randomnumber 188
randomFirstName Delta
randomLastName Howell
randomEmail Johnathan73@hotmail.com
randomPhone 845-933-7667
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ea5d7b8-61f1-4eb9-9862-a8433aac563e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lexi",
                "last_name": "Kautzer",
                "mobile_number": "319-752-4277",
                "mobile_number_alt": "",
                "email_id": "Seth_Pollich@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"75556548113734",
                "imei1": "75556548113734",
                "imei2": "75556548113734",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-cjVDczA+x140ShkNlWCwOk9Wlh8"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":151731,"tr_customer_product_id":151721,"job_number":"JOB_151714"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
randomnumber 950
randomFirstName Norwood
randomLastName Gusikowski
randomEmail Roxanne_Yost@gmail.com
randomPhone 331-567-7069
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 441bc797-cc59-499b-8cbd-6654ddcebedf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Curt",
                "last_name": "Gerlach",
                "mobile_number": "496-793-9096",
                "mobile_number_alt": "",
                "email_id": "Madonna37@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"79914078391352",
                "imei1": "79914078391352",
                "imei2": "79914078391352",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 200ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwODN9.OaRudYkhZFYbq6v7zROvL1lIjrn8snxtDd37ACNmjnU
randomnumber 192
randomFirstName Pedro
randomLastName Stanton
randomEmail Vivien_Breitenberg@yahoo.com
randomPhone 603-291-7146
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c6737fe-ecb7-4e84-adef-a28eb34f050c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Dusty",
                "last_name": "Balistreri",
                "mobile_number": "372-588-4668",
                "mobile_number_alt": "",
                "email_id": "Maribel.DAmore@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"43938812291913",
                "imei1": "43938812291913",
                "imei2": "43938812291913",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 199ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
randomnumber 990
randomFirstName Herbert
randomLastName Ratke
randomEmail Kaylie.Treutel80@yahoo.com
randomPhone 209-512-4648
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c8d1f155-93f7-4679-a1f7-ed194709d8f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 201ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
randomnumber 945
randomFirstName Gregoria
randomLastName Wehner
randomEmail Chandler_Upton25@yahoo.com
randomPhone 936-862-1515
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 998b1d69-3e15-4d20-86d0-b8f9af251977
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1035
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Aron",
                "last_name": "Berge",
                "mobile_number": "901-497-4666",
                "mobile_number_alt": "",
                "email_id": "Stacy_Kautzer@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000718",
                "imei1": "100000718",
                "imei2": "100000718",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 200ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
randomnumber 274
randomFirstName Jaime
randomLastName McClure
randomEmail Stephen.Pollich36@hotmail.com
randomPhone 542-348-8022
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 393412fe-2f18-48f6-9a88-ed1a4b7887c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d623ae5-4b6d-40be-ab77-ebcdab6631a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-2Gol6HOEGGiQHUKfsSWiSTtjysU"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":333},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 322.72KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0e9f8f0-e957-48c2-a5d2-a579e251c270
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"50ae0-7QPN+NLHTKnyIDqWMrciQHul5dQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:49.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:14:53.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ebcc421-61c8-43da-b9ac-533ba52aaa37
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151714
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7c7d4265-2e17-4137-91f7-cc99f28b385e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cdf02236-990f-4c90-a0d4-44d86d717877
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-/OaXaalGpfPd+GhU0JoEiN649wA"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eddf8c78-5114-4aca-a156-263209f6f67a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 249B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5dff2bfb-306c-44cb-a063-341c94a60e20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 249
ETag W/"f9-ng/nkOvzLyLWDJJONiK4PDz6wLE"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":289},{"label":"Pending for repair","key":"pending_for_repair","count":12},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 281.05KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f29abe34-061b-42f1-8a25-55c3273fcfe9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46437-jHlUsC4Fqb5XzInc8QCfqnpsh+A"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:14:53.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21b5b3fe-62a2-4efa-aced-031b1254a607
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e633e49-717e-4473-86d6-3a715131b14d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 151714,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 280.09KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d1df7dc-2ba8-4b6c-b67d-30494a265ed1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46058-hqChgZkMovGtQB6kUWEK3wCkkZc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29ced0fe-7308-45a1-898a-97024428829c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-1QFM41CpghBq436+AtMH7IjrTE0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d550855-fcd0-40db-be7e-ae3a518e480b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 165B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26f20e3b-1404-4b23-9057-d4cd3d1a5092
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 165
ETag W/"a5-PAAZshorVYJTpb/Xl620bOy0TmU"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":13},{"label":"Repair completed","key":"repair_completed","count":100}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 12.47KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d33a6bf3-19fc-44a2-bb44-a0a236d352fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"31df-d2eiMzmX8QnZPx2WAuhzqjUvPtA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:14:56.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:14:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 281094e3-744f-47f8-b9b8-baf541a568d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 302ms
Mean size per request: 15.26KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfc4c4d5-063d-4073-9bda-88e97e3f1ca2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3d0f-Yj0D/jCVB1yByNtGonsvDhqGtg8"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:14:56.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:14:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":151714,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T06:14:53.000Z"}],"quatations":[]},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151667,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:12:09.000Z"}],"quatations":[]},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151664,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:58.000Z"}],"quatations":[]},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151661,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:46.000Z"}],"quatations":[]},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151634,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:24.000Z"}],"quatations":[]},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151631,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:11.000Z"}],"quatations":[]},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151628,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:55:57.000Z"}],"quatations":[]},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151382,"remark":"API created Not working Crashing","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T02:02:58.000Z"}],"quatations":[]},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151330,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:41:22.000Z"}],"quatations":[]},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151323,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:20.000Z"}],"quatations":[]},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151320,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:11.000Z"}],"quatations":[]},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151317,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:01.000Z"}],"quatations":[]},{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151305,"remark":"Phone is not working ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T16:59:31.000Z"},{"id":2,"name":"Poor battery life","tr_job_head_id":151305,"remark":"Battery replace","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-10T16:59:56.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b7b3abf-5504-4ade-95c3-a207e520e5f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTd9.lXZNUhhFjn2795Q-cWekwiX_iGD7Xasvnm2z8_iJcdU
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 002825a4-edec-4ad9-be05-fb5c2badf901
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":151714,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b3b3a548-c37a-4ccc-b1da-366c59a799e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-5LavBHL2O6DnuqhNTWF5nCvkA3M"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc0dd17d-17ae-44f6-ac0a-b0395d607e8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 864de93c-b212-405a-a45f-7effeab3a426
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-yXkpMD77F/e4Q6u2FHn955KCHqk"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":100},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31a7fc60-c5c8-4a1c-9e43-9ac546a954a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 96.51KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24bba689-89fb-43ba-87d8-b5d7d971a0aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1820e-Esd3xrXmtorJ+PiY++dp0HU0obM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:49.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151329,"job_number":"JOB_151329","tr_customer_id":151346,"tr_customer_product_id":151336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:49.000Z","modified_at":"2026-01-11T06:04:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-31","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-31T17:40:49.130176058Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:04:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 1020B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b8006adf-6c93-412f-bb1b-8248b51d1eba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-bcCb2CUbUsyyDNlequ9/x7mTGi0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:14:59.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-11T06:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4bfa8ea9-ddb2-440d-8f0f-3c4bf8597531
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151714
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjA5OX0.rOFf9d9lCc_zsRqxdoL5S_06XU2-w9B43xfOPIESTPM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 826e594d-d7ca-4a83-86b1-d46d38c3a23b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0a383df5-879b-419e-9239-8762f8365cd4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-0yN+N53wJHeXDvZhRFdrf1W3VCQ"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDF9.rONXXM7D3Irh5ZkxdEeSC35_1nPAJGm36K-NC8T_Zcs"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78fe8163-d2ab-4897-930c-99e0890b42b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85c6a49a-614e-410d-9dbe-96198bf9751f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-hLvbqYdfmGXLA/43aTSnZpjgims"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":333},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e0f0021-978a-428d-9645-d44fbc262a85
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ca-23jfumuLWPCIFtfQOaIJS1MMXto"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:15:00.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0be84ed1-bc9d-43d0-9d13-0e50a23673bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ca-23jfumuLWPCIFtfQOaIJS1MMXto"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:15:00.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7aa19b4d-33f6-4d0d-82d8-af7c8a30d1eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151714
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e56a68e-a2b2-4647-a1f7-8d81454d86a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151714
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTB9.bhHbV6tFP8lTqNTX2HKwF2u1ZB2gwsYqRsVs710pyRo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb46af55-c837-462a-81df-ac0479b0f385
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba586be6-3c99-4f40-a296-85db3bb58f98
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-5yazXy0BGz7c0+CYLahWPrnRSfs"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 203ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2f5d41e-a77a-4b85-ba74-a5ca9aa72f8d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 200ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9cb77c2a-1547-4b0c-b4a4-c5bf27455dc8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36a1dcd1-e39c-4bc9-b7d5-b9c7a4544282
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 022ff42f-bbde-4319-99f3-ac38b299d5ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 198ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60d81dc9-fcab-4a8d-9f2c-fae514056ee3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22a2a7f5-7508-4e43-aeea-354363b417e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-2Gol6HOEGGiQHUKfsSWiSTtjysU"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":333},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 198ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e20b8b8-d3e5-4e86-a785-b881f1a2343c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5fb68cc7-b01d-48fc-954d-969a99cd73e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-2Gol6HOEGGiQHUKfsSWiSTtjysU"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":333},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1add828-e338-4614-8e18-81d2181b8955
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b36c855-e2cf-45b6-8348-beace35264ed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f1bf9c7-662c-4487-9c78-64271a4082c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
randomnumber 147
randomFirstName Breanne
randomLastName Gislason
randomEmail Veronica58@gmail.com
randomPhone 517-893-2824
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db044810-7633-4c57-a1c6-34aa67e55ea9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lacy",
                "last_name": "Stark",
                "mobile_number": "359-847-1480",
                "mobile_number_alt": "",
                "email_id": "Garret22@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"96033886103318",
                "imei1": "96033886103318",
                "imei2": "96033886103318",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-1HLF+FGce9ECoNx7RTipPXOJFUo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":151732,"tr_customer_product_id":151722,"job_number":"JOB_151715"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 199ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
randomnumber 728
randomFirstName Jamey
randomLastName Kozey
randomEmail Samir_Roberts7@hotmail.com
randomPhone 568-467-8661
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4eeaf236-3aa3-497b-b40d-1cb03fff99fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eleonore",
                "last_name": "Luettgen",
                "mobile_number": "626-550-0677",
                "mobile_number_alt": "",
                "email_id": "Carmelo23@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"41692048291836",
                "imei1": "41692048291836",
                "imei2": "41692048291836",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 201ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIwOTV9.AEA2OostqnGkt9MXBaMtOZCIMfXQOeHgfjuyfSGfvlc
randomnumber 700
randomFirstName Josiane
randomLastName Goodwin
randomEmail Victor.Dickinson@hotmail.com
randomPhone 357-788-7301
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83a1803e-0d9f-4946-bd6e-62205779ef17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Adaline",
                "last_name": "Schaefer",
                "mobile_number": "979-377-5588",
                "mobile_number_alt": "",
                "email_id": "Ima_Kuvalis85@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"93976965468250",
                "imei1": "93976965468250",
                "imei2": "93976965468250",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 199ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
randomnumber 123
randomFirstName Eula
randomLastName Homenick
randomEmail Uriel94@yahoo.com
randomPhone 508-646-8620
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dc2245e-8d73-4c64-8398-b054d7f2e013
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 200ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
randomnumber 728
randomFirstName Kamille
randomLastName Wiza
randomEmail Shany.Roob@gmail.com
randomPhone 270-319-3163
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c8ffb3a1-fe37-4f72-ab46-64d51ab94dcc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1037
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eldora",
                "last_name": "Denesik",
                "mobile_number": "988-612-6568",
                "mobile_number_alt": "",
                "email_id": "Alejandra16@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000073",
                "imei1": "100000073",
                "imei2": "100000073",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 199ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
randomnumber 454
randomFirstName Jaeden
randomLastName Heathcote
randomEmail Maribel.Lockman@yahoo.com
randomPhone 705-764-7826
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0df82ae1-ab9a-483c-8fc3-3a1b2b3b204f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cfcb7fa5-5295-4cd0-922e-a345b0f8d5e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-WvG1SVNnaBDLwmWzC+74l8lo5nk"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":334},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 317ms
Mean size per request: 323.67KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cdd2f717-c20f-4840-83ff-e28ead03da8b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"50eb2-kJ63ocO9bK29FxFaWo5Rkd5uIE0"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:49.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:15:02.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:05.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d4840de-2c7a-4f86-a02d-e1a53bbbee81
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151715
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 495de16b-492d-4ca6-b958-2c971918ab9c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa2c6111-e350-469a-a619-3993b5ee6b53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-AOOUg4avUJP9KAGy8jz5/LETUcE"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 200ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06209f73-a84e-4a22-a866-15f6f02a1df6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 241ms
Mean size per request: 249B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6fb76e3b-147a-49ef-99e1-33b9960c19d1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 249
ETag W/"f9-ng/nkOvzLyLWDJJONiK4PDz6wLE"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":289},{"label":"Pending for repair","key":"pending_for_repair","count":12},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 240ms
Mean size per request: 281.05KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 240626b7-cd1b-4a1a-a92c-7264704f40af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46431-CmQ/uya9+e6NOYQc1Sj2bK/yiII"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:05.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d4cb9b0-7815-4ff2-a55e-f8af0ece4fd9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 80bd1e2b-0dfd-4585-8f07-53d37f404478
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 151715,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 280.09KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDh9.UFDm7eoy5rG-u6edrLFicWfhLEvO-pRE9sUamWi91cI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aae63e9a-115c-48a6-acb3-1c5b989d6a68
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"46058-hqChgZkMovGtQB6kUWEK3wCkkZc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151303,"job_number":"JOB_151303","tr_customer_id":151320,"tr_customer_product_id":151310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"13744744486934","imei1":"13744744486934","imei2":"13744744486934","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151304,"job_number":"JOB_151304","tr_customer_id":151321,"tr_customer_product_id":151311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-10T16:59:31.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"18186938196316","imei1":"18186938196316","imei2":"18186938196316","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T16:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151310,"job_number":"JOB_151310","tr_customer_id":151327,"tr_customer_product_id":151317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:03:05.000Z","modified_at":"2026-01-10T17:03:05.000Z","name":"Derek Weissnat","mobile_number":"226-491-3756","email_id":"Floyd.Heller36@yahoo.com","dop":"2025-04-06","serial_number":"16334930810933356","imei1":"16334930810933356","imei2":"16334930810933356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151311,"job_number":"JOB_151311","tr_customer_id":151328,"tr_customer_product_id":151318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:44.000Z","modified_at":"2026-01-10T17:06:44.000Z","name":"Anilaabh Kaniyar","mobile_number":"7060587164","email_id":"bhupen.pandey@hotmail.com","dop":"2025-12-31","serial_number":"524594629899862","imei1":"524594629899862","imei2":"524594629899862","popurl":"www.chitrali-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151312,"job_number":"JOB_151312","tr_customer_id":151329,"tr_customer_product_id":151319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:45.000Z","modified_at":"2026-01-10T17:06:45.000Z","name":"Aruna Kocchar","mobile_number":"7039196365","email_id":"dwaipayana.menon@yahoo.co.in","dop":"2025-12-31","serial_number":"278063419181299","imei1":"278063419181299","imei2":"278063419181299","popurl":"www.gajabahu-khan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151313,"job_number":"JOB_151313","tr_customer_id":151330,"tr_customer_product_id":151320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:50.000Z","modified_at":"2026-01-10T17:06:50.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2025-12-31","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2025-12-31T17:06:50.840827738Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151314,"job_number":"JOB_151314","tr_customer_id":151332,"tr_customer_product_id":151322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151315,"job_number":"JOB_151315","tr_customer_id":151331,"tr_customer_product_id":151321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:06:53.000Z","modified_at":"2026-01-10T17:06:53.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151316,"job_number":"JOB_151316","tr_customer_id":151333,"tr_customer_product_id":151323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:01.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"137803026141815","imei1":"137803026141815","imei2":"137803026141815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151318,"job_number":"JOB_151318","tr_customer_id":151335,"tr_customer_product_id":151325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:02.000Z","modified_at":"2026-01-10T17:13:02.000Z","name":"Lorine Leffler","mobile_number":"413-257-6458","email_id":"Hollie_Jakubowski10@gmail.com","dop":"2025-10-22","serial_number":"1046472171137536","imei1":"1046472171137536","imei2":"1046472171137536","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151319,"job_number":"JOB_151319","tr_customer_id":151336,"tr_customer_product_id":151326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:10.000Z","modified_at":"2026-01-10T17:13:10.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"144084110324265","imei1":"144084110324265","imei2":"144084110324265","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151321,"job_number":"JOB_151321","tr_customer_id":151338,"tr_customer_product_id":151328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:12.000Z","modified_at":"2026-01-10T17:13:12.000Z","name":"Oswald McClure","mobile_number":"822-497-1733","email_id":"Anika_Erdman52@gmail.com","dop":"2025-10-22","serial_number":"1043657488726442","imei1":"1043657488726442","imei2":"1043657488726442","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151322,"job_number":"JOB_151322","tr_customer_id":151339,"tr_customer_product_id":151329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:20.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"163436247352269","imei1":"163436247352269","imei2":"163436247352269","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151324,"job_number":"JOB_151324","tr_customer_id":151341,"tr_customer_product_id":151331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:21.000Z","modified_at":"2026-01-10T17:13:21.000Z","name":"Mertie Stracke","mobile_number":"856-306-0465","email_id":"Annamae_Hills@yahoo.com","dop":"2025-10-22","serial_number":"1058225296435726","imei1":"1058225296435726","imei2":"1058225296435726","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:13:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151325,"job_number":"JOB_151325","tr_customer_id":151342,"tr_customer_product_id":151332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Bhadra Panicker","mobile_number":"7048075301","email_id":"dhanapati.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"591304619240015","imei1":"591304619240015","imei2":"591304619240015","popurl":"www.hamsini-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151326,"job_number":"JOB_151326","tr_customer_id":151343,"tr_customer_product_id":151333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:14:54.000Z","modified_at":"2026-01-10T17:14:54.000Z","name":"Shrishti Kaur","mobile_number":"7056027666","email_id":"gajabahu.acharya@hotmail.com","dop":"2025-12-31","serial_number":"701001964537461","imei1":"701001964537461","imei2":"701001964537461","popurl":"www.aayushmaan-nehru.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151327,"job_number":"JOB_151327","tr_customer_id":151344,"tr_customer_product_id":151334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:38:16.000Z","modified_at":"2026-01-10T17:38:16.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-10","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-10T17:38:13.468Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:38:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151328,"job_number":"JOB_151328","tr_customer_id":151345,"tr_customer_product_id":151335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:11.000Z","modified_at":"2026-01-10T17:40:11.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-10","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-10T17:40:10.347Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151331,"job_number":"JOB_151331","tr_customer_id":151348,"tr_customer_product_id":151338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:36.000Z","modified_at":"2026-01-10T17:41:36.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-31T17:41:35.178990480Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151332,"job_number":"JOB_151332","tr_customer_id":151349,"tr_customer_product_id":151339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:52.000Z","modified_at":"2026-01-10T17:41:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-31","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-31T17:41:51.746033758Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151333,"job_number":"JOB_151333","tr_customer_id":151350,"tr_customer_product_id":151340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:47.000Z","modified_at":"2026-01-10T17:43:47.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-31","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2025-12-31T17:43:46.975680968Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151334,"job_number":"JOB_151334","tr_customer_id":151351,"tr_customer_product_id":151341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:54.000Z","modified_at":"2026-01-10T17:43:54.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-31","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2025-12-31T17:43:53.741600615Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151335,"job_number":"JOB_151335","tr_customer_id":151352,"tr_customer_product_id":151342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:43:55.000Z","modified_at":"2026-01-10T17:43:55.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-31","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-31T17:43:55.156064781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151337,"job_number":"JOB_151337","tr_customer_id":151354,"tr_customer_product_id":151344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:57.000Z","modified_at":"2026-01-10T18:17:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10260262605349","imei1":"10260262605349","imei2":"10260262605349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151339,"job_number":"JOB_151339","tr_customer_id":151356,"tr_customer_product_id":151346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:17:59.000Z","modified_at":"2026-01-10T18:17:59.000Z","name":"Darius Pagac","mobile_number":"945-286-0620","email_id":"Tamia_White@hotmail.com","dop":"2025-04-06","serial_number":"12521605497564080","imei1":"12521605497564080","imei2":"12521605497564080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151340,"job_number":"JOB_151340","tr_customer_id":151357,"tr_customer_product_id":151347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:41.000Z","modified_at":"2026-01-10T18:18:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18045449990758","imei1":"18045449990758","imei2":"18045449990758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151342,"job_number":"JOB_151342","tr_customer_id":151359,"tr_customer_product_id":151349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:18:42.000Z","modified_at":"2026-01-10T18:18:42.000Z","name":"Donny Klocko","mobile_number":"406-885-8718","email_id":"Marcelle_Shields@gmail.com","dop":"2025-04-06","serial_number":"18122814188890820","imei1":"18122814188890820","imei2":"18122814188890820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151343,"job_number":"JOB_151343","tr_customer_id":151360,"tr_customer_product_id":151350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:24.000Z","modified_at":"2026-01-10T18:19:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15969216844245","imei1":"15969216844245","imei2":"15969216844245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151345,"job_number":"JOB_151345","tr_customer_id":151362,"tr_customer_product_id":151352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:19:26.000Z","modified_at":"2026-01-10T18:19:26.000Z","name":"Kayleigh Nader","mobile_number":"220-377-3234","email_id":"Mercedes5@yahoo.com","dop":"2025-04-06","serial_number":"14344949017054688","imei1":"14344949017054688","imei2":"14344949017054688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151346,"job_number":"JOB_151346","tr_customer_id":151363,"tr_customer_product_id":151353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:24:39.000Z","modified_at":"2026-01-10T18:24:39.000Z","name":"Mafalda Davis","mobile_number":"640-467-9950","email_id":"Cali49@hotmail.com","dop":"2025-04-06","serial_number":"16930251252408","imei1":"16930251252408","imei2":"16930251252408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:24:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151347,"job_number":"JOB_151347","tr_customer_id":151364,"tr_customer_product_id":151354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:25:25.000Z","modified_at":"2026-01-10T18:25:25.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"17002151778091","imei1":"17002151778091","imei2":"17002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:25:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151348,"job_number":"JOB_151348","tr_customer_id":151365,"tr_customer_product_id":151355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:32:51.000Z","modified_at":"2026-01-10T18:32:51.000Z","name":"Mariela Prohaska","mobile_number":"839-876-3532","email_id":"Tatyana.Kautzer39@hotmail.com","dop":"2025-04-06","serial_number":"27002151778091","imei1":"27002151778091","imei2":"27002151778091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151349,"job_number":"JOB_151349","tr_customer_id":151366,"tr_customer_product_id":151356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:38:48.000Z","modified_at":"2026-01-10T18:38:48.000Z","name":"Makayla Schmitt","mobile_number":"730-505-7580","email_id":"Brannon95@yahoo.com","dop":"2025-04-03","serial_number":"1000528074291330","imei1":"1000528074291330","imei2":"1000528074291330","popurl":"2025-04-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151350,"job_number":"JOB_151350","tr_customer_id":151367,"tr_customer_product_id":151357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:48:57.000Z","modified_at":"2026-01-10T18:48:57.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-31","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-31T18:48:56.944693065Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151351,"job_number":"JOB_151351","tr_customer_id":151368,"tr_customer_product_id":151358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:50:27.000Z","modified_at":"2026-01-10T18:50:27.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-09","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-09T18:50:27.103344551Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151352,"job_number":"JOB_151352","tr_customer_id":151369,"tr_customer_product_id":151359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-31T18:51:25.886535012Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151353,"job_number":"JOB_151353","tr_customer_id":151370,"tr_customer_product_id":151360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:51:26.000Z","modified_at":"2026-01-10T18:51:26.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-31","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2025-12-31T18:51:26.425159095Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151356,"job_number":"JOB_151356","tr_customer_id":151373,"tr_customer_product_id":151363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:26.000Z","modified_at":"2026-01-10T19:15:26.000Z","name":"Kyra O'Connell","mobile_number":"234-228-8343","email_id":"Jody_Bauch@gmail.com","dop":"2025-05-30","serial_number":"17866367008088","imei1":"17866367008088","imei2":"17866367008088","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151357,"job_number":"JOB_151357","tr_customer_id":151374,"tr_customer_product_id":151364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:15:27.000Z","modified_at":"2026-01-10T19:15:27.000Z","name":"Tyson Jacobs","mobile_number":"458-872-5019","email_id":"Natasha.Baumbach@yahoo.com","dop":"2025-05-30","serial_number":"1549408683267522","imei1":"1549408683267522","imei2":"1549408683267522","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151359,"job_number":"JOB_151359","tr_customer_id":151376,"tr_customer_product_id":151366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:12.000Z","modified_at":"2026-01-10T19:17:12.000Z","name":"Skylar Schinner","mobile_number":"615-604-1362","email_id":"Timmothy.Pollich92@yahoo.com","dop":"2025-05-30","serial_number":"15064834053746","imei1":"15064834053746","imei2":"15064834053746","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151360,"job_number":"JOB_151360","tr_customer_id":151377,"tr_customer_product_id":151367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:17:13.000Z","modified_at":"2026-01-10T19:17:13.000Z","name":"Marquise Glover","mobile_number":"753-490-8893","email_id":"Tatyana9@hotmail.com","dop":"2025-05-30","serial_number":"1739206595214041","imei1":"1739206595214041","imei2":"1739206595214041","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151361,"job_number":"JOB_151361","tr_customer_id":151378,"tr_customer_product_id":151368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:26:53.000Z","modified_at":"2026-01-10T19:26:53.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5444598687484624","imei1":"5444598687484624","imei2":"5444598687484624","popurl":"2025-12-31T19:26:52.868561Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151362,"job_number":"JOB_151362","tr_customer_id":151379,"tr_customer_product_id":151369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:36:55.000Z","modified_at":"2026-01-10T19:36:55.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2025-12-31","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2025-12-31T19:36:54.732542893Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151363,"job_number":"JOB_151363","tr_customer_id":151380,"tr_customer_product_id":151370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:43:41.000Z","modified_at":"2026-01-10T19:43:41.000Z","name":"Girja Namboothiri","mobile_number":"7005174664","email_id":"aayushman.namboothiri@hotmail.com","dop":"2025-12-31","serial_number":"531037909050819","imei1":"531037909050819","imei2":"531037909050819","popurl":"www.govinda-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151364,"job_number":"JOB_151364","tr_customer_id":151381,"tr_customer_product_id":151371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:44:06.000Z","modified_at":"2026-01-10T19:44:06.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5445598687484624","imei1":"5445598687484624","imei2":"5445598687484624","popurl":"2025-12-31T19:44:05.430952Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:44:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151365,"job_number":"JOB_151365","tr_customer_id":151382,"tr_customer_product_id":151372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T19:49:45.000Z","modified_at":"2026-01-10T19:49:45.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-31","serial_number":"5446598687484624","imei1":"5446598687484624","imei2":"5446598687484624","popurl":"2025-12-31T19:49:44.877487Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T19:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151368,"job_number":"JOB_151368","tr_customer_id":151385,"tr_customer_product_id":151375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:39.000Z","modified_at":"2026-01-10T21:37:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14180338291111","imei1":"14180338291111","imei2":"14180338291111","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151370,"job_number":"JOB_151370","tr_customer_id":151387,"tr_customer_product_id":151377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:37:41.000Z","modified_at":"2026-01-10T21:37:41.000Z","name":"Evalyn Osinski","mobile_number":"835-267-7933","email_id":"Cara_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"14405447862236902","imei1":"14405447862236902","imei2":"14405447862236902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151371,"job_number":"JOB_151371","tr_customer_id":151388,"tr_customer_product_id":151378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:25.000Z","modified_at":"2026-01-10T21:38:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10743884638802","imei1":"10743884638802","imei2":"10743884638802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151373,"job_number":"JOB_151373","tr_customer_id":151390,"tr_customer_product_id":151380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:38:26.000Z","modified_at":"2026-01-10T21:38:26.000Z","name":"Miracle Little","mobile_number":"681-411-7157","email_id":"Reese62@yahoo.com","dop":"2025-04-06","serial_number":"19529005379743212","imei1":"19529005379743212","imei2":"19529005379743212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151374,"job_number":"JOB_151374","tr_customer_id":151391,"tr_customer_product_id":151381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:10.000Z","modified_at":"2026-01-10T21:39:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10855696482596","imei1":"10855696482596","imei2":"10855696482596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151376,"job_number":"JOB_151376","tr_customer_id":151393,"tr_customer_product_id":151383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T21:39:11.000Z","modified_at":"2026-01-10T21:39:11.000Z","name":"Noemi Wuckert","mobile_number":"249-715-2042","email_id":"Verna.Nienow@gmail.com","dop":"2025-04-06","serial_number":"13714240827564082","imei1":"13714240827564082","imei2":"13714240827564082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T21:39:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151377,"job_number":"JOB_151377","tr_customer_id":151394,"tr_customer_product_id":151384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:52.000Z","modified_at":"2026-01-10T23:37:52.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2025-12-31T23:37:52.553758071Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151378,"job_number":"JOB_151378","tr_customer_id":151395,"tr_customer_product_id":151385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:37:53.000Z","modified_at":"2026-01-10T23:37:53.000Z","name":"Geeta Deshpande","mobile_number":"7066316345","email_id":"bhaves.bharadwaj@yahoo.co.in","dop":"2025-12-31","serial_number":"834048204918676","imei1":"834048204918676","imei2":"834048204918676","popurl":"www.agneya-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151380,"job_number":"JOB_151380","tr_customer_id":151397,"tr_customer_product_id":151387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:03.000Z","modified_at":"2026-01-10T23:40:03.000Z","name":"Wilfred Bernhard","mobile_number":"208-642-8113","email_id":"Felipe_Kuhic@hotmail.com","dop":"2025-11-11","serial_number":"1013342621941145","imei1":"1013342621941145","imei2":"1013342621941145","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151381,"job_number":"JOB_151381","tr_customer_id":151398,"tr_customer_product_id":151388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T23:40:19.000Z","modified_at":"2026-01-10T23:40:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-31","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2025-12-31T23:40:19.410376777Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T23:40:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151384,"job_number":"JOB_151384","tr_customer_id":151401,"tr_customer_product_id":151391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:20:29.000Z","modified_at":"2026-01-11T03:20:29.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-01-01","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-01-01T03:20:26.799502700Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151397,"job_number":"JOB_151397","tr_customer_id":151414,"tr_customer_product_id":151404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:49.000Z","modified_at":"2026-01-11T03:58:49.000Z","name":"Fern Grant","mobile_number":"792-670-4383","email_id":"Lela_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"13269995921245912","imei1":"13269995921245912","imei2":"13269995921245912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151398,"job_number":"JOB_151398","tr_customer_id":151415,"tr_customer_product_id":151405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11269062882147","imei1":"11269062882147","imei2":"11269062882147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151400,"job_number":"JOB_151400","tr_customer_id":151417,"tr_customer_product_id":151407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:52.000Z","modified_at":"2026-01-11T03:58:52.000Z","name":"Vicky Ratke","mobile_number":"642-629-6355","email_id":"Cleora74@gmail.com","dop":"2025-04-06","serial_number":"10978436403287020","imei1":"10978436403287020","imei2":"10978436403287020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151402,"job_number":"JOB_151402","tr_customer_id":151419,"tr_customer_product_id":151409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:02.000Z","modified_at":"2026-01-11T03:59:02.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10122770110916","imei1":"10122770110916","imei2":"10122770110916","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151404,"job_number":"JOB_151404","tr_customer_id":151421,"tr_customer_product_id":151411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:03.000Z","name":"Shanie Emmerich","mobile_number":"965-624-6343","email_id":"Elyse.Grady@gmail.com","dop":"2025-06-18","serial_number":"1058970308886363","imei1":"1058970308886363","imei2":"1058970308886363","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151406,"job_number":"JOB_151406","tr_customer_id":151423,"tr_customer_product_id":151413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:06.000Z","modified_at":"2026-01-11T03:59:06.000Z","name":"Caitlyn Ebert","mobile_number":"305-290-8491","email_id":"Torey37@yahoo.com","dop":"2025-04-06","serial_number":"17525505927254870","imei1":"17525505927254870","imei2":"17525505927254870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151408,"job_number":"JOB_151408","tr_customer_id":151425,"tr_customer_product_id":151415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"Curt O'Kon","mobile_number":"631-616-5999","email_id":"Kasey.Little98@hotmail.com","dop":"2025-04-06","serial_number":"15129042086866348","imei1":"15129042086866348","imei2":"15129042086866348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151409,"job_number":"JOB_151409","tr_customer_id":151426,"tr_customer_product_id":151416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:08.000Z","modified_at":"2026-01-11T03:59:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14511389279180","imei1":"14511389279180","imei2":"14511389279180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151411,"job_number":"JOB_151411","tr_customer_id":151428,"tr_customer_product_id":151418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:10.000Z","modified_at":"2026-01-11T03:59:10.000Z","name":"Daphnee Fritsch","mobile_number":"502-782-5819","email_id":"Paris66@gmail.com","dop":"2025-04-06","serial_number":"19111059252380864","imei1":"19111059252380864","imei2":"19111059252380864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151412,"job_number":"JOB_151412","tr_customer_id":151429,"tr_customer_product_id":151419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:15.000Z","modified_at":"2026-01-11T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16274156436425","imei1":"16274156436425","imei2":"16274156436425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151414,"job_number":"JOB_151414","tr_customer_id":151431,"tr_customer_product_id":151421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:17.000Z","modified_at":"2026-01-11T03:59:17.000Z","name":"Tommie Considine","mobile_number":"453-652-9296","email_id":"Adella.Bruen@yahoo.com","dop":"2025-04-06","serial_number":"17112368586732130","imei1":"17112368586732130","imei2":"17112368586732130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151417,"job_number":"JOB_151417","tr_customer_id":151434,"tr_customer_product_id":151424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:27.000Z","modified_at":"2026-01-11T03:59:27.000Z","name":"Allison Maggio","mobile_number":"734-989-9378","email_id":"Jessyca.Dach@hotmail.com","dop":"2025-04-06","serial_number":"18814281226477376","imei1":"18814281226477376","imei2":"18814281226477376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151418,"job_number":"JOB_151418","tr_customer_id":151435,"tr_customer_product_id":151425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T03:59:31.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19032246520423","imei1":"19032246520423","imei2":"19032246520423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151420,"job_number":"JOB_151420","tr_customer_id":151437,"tr_customer_product_id":151427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:32.000Z","modified_at":"2026-01-11T03:59:32.000Z","name":"Enos Raynor","mobile_number":"727-608-0976","email_id":"Mina.OHara38@gmail.com","dop":"2025-04-06","serial_number":"12475836479847232","imei1":"12475836479847232","imei2":"12475836479847232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151422,"job_number":"JOB_151422","tr_customer_id":151439,"tr_customer_product_id":151429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:34.000Z","modified_at":"2026-01-11T03:59:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17959486902746","imei1":"17959486902746","imei2":"17959486902746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151424,"job_number":"JOB_151424","tr_customer_id":151441,"tr_customer_product_id":151431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T03:59:35.000Z","name":"Mustafa Morar","mobile_number":"313-376-8913","email_id":"Agustina.Wyman14@yahoo.com","dop":"2025-04-06","serial_number":"11187573067335648","imei1":"11187573067335648","imei2":"11187573067335648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151425,"job_number":"JOB_151425","tr_customer_id":151442,"tr_customer_product_id":151432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:36.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Oda Predovic","mobile_number":"515-642-6440","email_id":"Herman_Kunde@gmail.com","dop":"2025-04-06","serial_number":"16931400143204642","imei1":"16931400143204642","imei2":"16931400143204642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151427,"job_number":"JOB_151427","tr_customer_id":151444,"tr_customer_product_id":151434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:39.000Z","modified_at":"2026-01-11T03:59:39.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"13771863435151","imei1":"13771863435151","imei2":"13771863435151","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151428,"job_number":"JOB_151428","tr_customer_id":151445,"tr_customer_product_id":151435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:40.000Z","modified_at":"2026-01-11T03:59:40.000Z","name":"Jabari Lowe","mobile_number":"666-367-0828","email_id":"Jonathon_Hilll@gmail.com","dop":"2025-09-16","serial_number":"10317567645515","imei1":"10317567645515","imei2":"10317567645515","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151429,"job_number":"JOB_151429","tr_customer_id":151446,"tr_customer_product_id":151436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Lizzie Keeling","mobile_number":"886-688-3622","email_id":"Talia.OConnell1@gmail.com","dop":"2025-09-09","serial_number":"15435079460586","imei1":"15435079460586","imei2":"15435079460586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151430,"job_number":"JOB_151430","tr_customer_id":151447,"tr_customer_product_id":151437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:41.000Z","name":"Marjolaine Metz","mobile_number":"677-902-3798","email_id":"Parker.Bergnaum@yahoo.com","dop":"2025-09-09","serial_number":"14622409846371","imei1":"14622409846371","imei2":"14622409846371","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151432,"job_number":"JOB_151432","tr_customer_id":151449,"tr_customer_product_id":151439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:44.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10005969301326","imei1":"10005969301326","imei2":"10005969301326","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151434,"job_number":"JOB_151434","tr_customer_id":151451,"tr_customer_product_id":151441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T03:59:45.000Z","name":"Anastasia Windler","mobile_number":"923-332-9392","email_id":"Monte88@yahoo.com","dop":"2025-06-18","serial_number":"1097791011109523","imei1":"1097791011109523","imei2":"1097791011109523","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151435,"job_number":"JOB_151435","tr_customer_id":151452,"tr_customer_product_id":151442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T03:59:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12470858020649","imei1":"12470858020649","imei2":"12470858020649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151437,"job_number":"JOB_151437","tr_customer_id":151454,"tr_customer_product_id":151444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Raul Kub","mobile_number":"785-716-7424","email_id":"Sarina99@gmail.com","dop":"2025-04-06","serial_number":"19487253280556596","imei1":"19487253280556596","imei2":"19487253280556596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151438,"job_number":"JOB_151438","tr_customer_id":151455,"tr_customer_product_id":151445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:51.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Louisa Friesen","mobile_number":"321-350-3067","email_id":"Chadrick86@hotmail.com","dop":"2025-09-09","serial_number":"12990671435218","imei1":"12990671435218","imei2":"12990671435218","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151439,"job_number":"JOB_151439","tr_customer_id":151456,"tr_customer_product_id":151446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Stone Crona","mobile_number":"378-292-1470","email_id":"Raphael_Brown@yahoo.com","dop":"2025-09-09","serial_number":"15022168302906","imei1":"15022168302906","imei2":"15022168302906","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151440,"job_number":"JOB_151440","tr_customer_id":151457,"tr_customer_product_id":151447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T03:59:52.000Z","name":"Brannon Feil","mobile_number":"458-212-9878","email_id":"Madelynn.Schroeder@gmail.com","dop":"2025-09-09","serial_number":"15233832214013","imei1":"15233832214013","imei2":"15233832214013","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151443,"job_number":"JOB_151443","tr_customer_id":151460,"tr_customer_product_id":151450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Gardner McLaughlin","mobile_number":"965-787-6678","email_id":"Shanie.Auer@gmail.com","dop":"2025-09-09","serial_number":"11491313512834","imei1":"11491313512834","imei2":"11491313512834","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151444,"job_number":"JOB_151444","tr_customer_id":151461,"tr_customer_product_id":151451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:56.000Z","modified_at":"2026-01-11T03:59:56.000Z","name":"Christopher Tillman","mobile_number":"819-875-1172","email_id":"Reymundo54@yahoo.com","dop":"2025-09-09","serial_number":"19409200505865","imei1":"19409200505865","imei2":"19409200505865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151446,"job_number":"JOB_151446","tr_customer_id":151463,"tr_customer_product_id":151453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:58.000Z","modified_at":"2026-01-11T03:59:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12521090388642","imei1":"12521090388642","imei2":"12521090388642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151448,"job_number":"JOB_151448","tr_customer_id":151465,"tr_customer_product_id":151455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"15948116549796","imei1":"15948116549796","imei2":"15948116549796","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151449,"job_number":"JOB_151449","tr_customer_id":151466,"tr_customer_product_id":151456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T03:59:59.000Z","name":"Priscilla Altenwerth","mobile_number":"817-314-2831","email_id":"Demarcus76@hotmail.com","dop":"2025-09-16","serial_number":"18302437462330","imei1":"18302437462330","imei2":"18302437462330","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151450,"job_number":"JOB_151450","tr_customer_id":151467,"tr_customer_product_id":151457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:00.000Z","modified_at":"2026-01-11T04:00:00.000Z","name":"Abbey Ziemann","mobile_number":"852-576-5272","email_id":"Albert.Kuhn44@hotmail.com","dop":"2025-04-06","serial_number":"15494006701612656","imei1":"15494006701612656","imei2":"15494006701612656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151453,"job_number":"JOB_151453","tr_customer_id":151470,"tr_customer_product_id":151460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18256334654574","imei1":"18256334654574","imei2":"18256334654574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151456,"job_number":"JOB_151456","tr_customer_id":151473,"tr_customer_product_id":151463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:04.000Z","modified_at":"2026-01-11T04:00:04.000Z","name":"Cale Hirthe","mobile_number":"673-219-8000","email_id":"Dulce.Brown36@gmail.com","dop":"2025-04-06","serial_number":"15068467545668632","imei1":"15068467545668632","imei2":"15068467545668632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151457,"job_number":"JOB_151457","tr_customer_id":151474,"tr_customer_product_id":151464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Wayne Koss","mobile_number":"989-370-7880","email_id":"Karen.Abbott74@gmail.com","dop":"2025-09-09","serial_number":"11339611254060","imei1":"11339611254060","imei2":"11339611254060","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151458,"job_number":"JOB_151458","tr_customer_id":151475,"tr_customer_product_id":151465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:08.000Z","modified_at":"2026-01-11T04:00:08.000Z","name":"Jo Moore","mobile_number":"902-435-8872","email_id":"Janice96@hotmail.com","dop":"2025-09-09","serial_number":"15759526064065","imei1":"15759526064065","imei2":"15759526064065","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151459,"job_number":"JOB_151459","tr_customer_id":151476,"tr_customer_product_id":151466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Delilah Jones","mobile_number":"950-545-4519","email_id":"Torrey_Dare@hotmail.com","dop":"2025-09-09","serial_number":"12473508835212","imei1":"12473508835212","imei2":"12473508835212","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151461,"job_number":"JOB_151461","tr_customer_id":151478,"tr_customer_product_id":151468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"15739839996871","imei1":"15739839996871","imei2":"15739839996871","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151463,"job_number":"JOB_151463","tr_customer_id":151480,"tr_customer_product_id":151470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Clarissa Tillman","mobile_number":"654-973-5833","email_id":"Brook_Terry@hotmail.com","dop":"2025-09-09","serial_number":"14754128169703","imei1":"14754128169703","imei2":"14754128169703","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151464,"job_number":"JOB_151464","tr_customer_id":151481,"tr_customer_product_id":151471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:12.000Z","name":"Roosevelt Haag","mobile_number":"597-461-6504","email_id":"Christ.Cronin58@yahoo.com","dop":"2025-09-09","serial_number":"14014159128594","imei1":"14014159128594","imei2":"14014159128594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151466,"job_number":"JOB_151466","tr_customer_id":151483,"tr_customer_product_id":151473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:13.000Z","name":"Shanny Steuber","mobile_number":"971-481-3106","email_id":"Susanna.Kulas6@hotmail.com","dop":"2025-04-06","serial_number":"10130322276881096","imei1":"10130322276881096","imei2":"10130322276881096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151467,"job_number":"JOB_151467","tr_customer_id":151484,"tr_customer_product_id":151474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:15.000Z","modified_at":"2026-01-11T04:00:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19994587080311","imei1":"19994587080311","imei2":"19994587080311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151469,"job_number":"JOB_151469","tr_customer_id":151486,"tr_customer_product_id":151476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:17.000Z","modified_at":"2026-01-11T04:00:17.000Z","name":"Jasen Christiansen","mobile_number":"330-640-8872","email_id":"Therese28@yahoo.com","dop":"2025-04-06","serial_number":"18495297457655308","imei1":"18495297457655308","imei2":"18495297457655308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151470,"job_number":"JOB_151470","tr_customer_id":151487,"tr_customer_product_id":151477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"15318626239228","imei1":"15318626239228","imei2":"15318626239228","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151471,"job_number":"JOB_151471","tr_customer_id":151488,"tr_customer_product_id":151478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:19.000Z","modified_at":"2026-01-11T04:00:19.000Z","name":"Carmela Langworth","mobile_number":"952-791-7392","email_id":"Joyce84@hotmail.com","dop":"2025-09-16","serial_number":"11904798319510","imei1":"11904798319510","imei2":"11904798319510","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151472,"job_number":"JOB_151472","tr_customer_id":151489,"tr_customer_product_id":151479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:24.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Gerald Ferry","mobile_number":"369-625-5122","email_id":"Edmund.Schumm40@gmail.com","dop":"2025-09-09","serial_number":"17988585770848","imei1":"17988585770848","imei2":"17988585770848","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151473,"job_number":"JOB_151473","tr_customer_id":151490,"tr_customer_product_id":151480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Henri Abbott","mobile_number":"690-397-7284","email_id":"Bennie74@yahoo.com","dop":"2025-09-09","serial_number":"13891570635969","imei1":"13891570635969","imei2":"13891570635969","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151474,"job_number":"JOB_151474","tr_customer_id":151491,"tr_customer_product_id":151481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:25.000Z","name":"Antonetta McCullough","mobile_number":"910-955-9347","email_id":"Darrick47@hotmail.com","dop":"2025-09-09","serial_number":"10198677846132","imei1":"10198677846132","imei2":"10198677846132","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151476,"job_number":"JOB_151476","tr_customer_id":151493,"tr_customer_product_id":151483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:27.000Z","modified_at":"2026-01-11T04:00:27.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18835087235353","imei1":"18835087235353","imei2":"18835087235353","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151478,"job_number":"JOB_151478","tr_customer_id":151495,"tr_customer_product_id":151485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:29.000Z","modified_at":"2026-01-11T04:00:29.000Z","name":"Neoma Ward","mobile_number":"395-273-8974","email_id":"Imogene_Grant@hotmail.com","dop":"2025-04-06","serial_number":"18568083777321090","imei1":"18568083777321090","imei2":"18568083777321090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151479,"job_number":"JOB_151479","tr_customer_id":151496,"tr_customer_product_id":151486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:00:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17854616673987","imei1":"17854616673987","imei2":"17854616673987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151481,"job_number":"JOB_151481","tr_customer_id":151498,"tr_customer_product_id":151488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:00:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17106853464121","imei1":"17106853464121","imei2":"17106853464121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151483,"job_number":"JOB_151483","tr_customer_id":151500,"tr_customer_product_id":151490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"Zack Bogisich","mobile_number":"566-424-0072","email_id":"Roel27@yahoo.com","dop":"2025-04-06","serial_number":"17005363260810412","imei1":"17005363260810412","imei2":"17005363260810412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151484,"job_number":"JOB_151484","tr_customer_id":151501,"tr_customer_product_id":151491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:00:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15576934548264","imei1":"15576934548264","imei2":"15576934548264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151486,"job_number":"JOB_151486","tr_customer_id":151503,"tr_customer_product_id":151493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:33.000Z","modified_at":"2026-01-11T04:00:33.000Z","name":"Kaelyn Herzog","mobile_number":"633-508-0143","email_id":"Wendy32@hotmail.com","dop":"2025-04-06","serial_number":"10620022906649860","imei1":"10620022906649860","imei2":"10620022906649860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151487,"job_number":"JOB_151487","tr_customer_id":151504,"tr_customer_product_id":151494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:34.000Z","modified_at":"2026-01-11T04:00:34.000Z","name":"Aron Kshlerin","mobile_number":"278-636-3828","email_id":"Alana27@gmail.com","dop":"2025-04-06","serial_number":"15071057360300092","imei1":"15071057360300092","imei2":"15071057360300092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151488,"job_number":"JOB_151488","tr_customer_id":151505,"tr_customer_product_id":151495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:00:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230227902792","imei1":"10230227902792","imei2":"10230227902792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151490,"job_number":"JOB_151490","tr_customer_id":151507,"tr_customer_product_id":151497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:43.000Z","modified_at":"2026-01-11T04:00:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15836917833345","imei1":"15836917833345","imei2":"15836917833345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151492,"job_number":"JOB_151492","tr_customer_id":151509,"tr_customer_product_id":151499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:00:44.000Z","name":"Ted Hane","mobile_number":"402-333-3179","email_id":"Casimir_Bogan@gmail.com","dop":"2025-04-06","serial_number":"17932722271751144","imei1":"17932722271751144","imei2":"17932722271751144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151493,"job_number":"JOB_151493","tr_customer_id":151510,"tr_customer_product_id":151500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Hortense Yost","mobile_number":"851-747-2099","email_id":"Alize30@yahoo.com","dop":"2025-04-06","serial_number":"17344684605639232","imei1":"17344684605639232","imei2":"17344684605639232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151497,"job_number":"JOB_151497","tr_customer_id":151514,"tr_customer_product_id":151504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:00:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17899941594393","imei1":"17899941594393","imei2":"17899941594393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151500,"job_number":"JOB_151500","tr_customer_id":151517,"tr_customer_product_id":151507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:58.000Z","modified_at":"2026-01-11T04:00:58.000Z","name":"Kassandra Sauer","mobile_number":"753-547-8318","email_id":"Myra.Rutherford@hotmail.com","dop":"2025-04-06","serial_number":"15536534469213260","imei1":"15536534469213260","imei2":"15536534469213260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151504,"job_number":"JOB_151504","tr_customer_id":151521,"tr_customer_product_id":151511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18032456955147","imei1":"18032456955147","imei2":"18032456955147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151507,"job_number":"JOB_151507","tr_customer_id":151524,"tr_customer_product_id":151514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:04.000Z","modified_at":"2026-01-11T04:01:04.000Z","name":"Johnny Stiedemann","mobile_number":"931-259-4245","email_id":"Dell.Zboncak@gmail.com","dop":"2025-04-06","serial_number":"12940821291527520","imei1":"12940821291527520","imei2":"12940821291527520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151508,"job_number":"JOB_151508","tr_customer_id":151525,"tr_customer_product_id":151515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:05.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11785736220329","imei1":"11785736220329","imei2":"11785736220329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151510,"job_number":"JOB_151510","tr_customer_id":151527,"tr_customer_product_id":151517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:07.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Harmony Buckridge","mobile_number":"243-227-2352","email_id":"Terry.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"13685828211789012","imei1":"13685828211789012","imei2":"13685828211789012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151511,"job_number":"JOB_151511","tr_customer_id":151528,"tr_customer_product_id":151518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:12.000Z","modified_at":"2026-01-11T04:01:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16799789242881","imei1":"16799789242881","imei2":"16799789242881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151514,"job_number":"JOB_151514","tr_customer_id":151531,"tr_customer_product_id":151521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Charley Ortiz","mobile_number":"282-492-3341","email_id":"Jacky.Macejkovic48@hotmail.com","dop":"2025-04-06","serial_number":"17709118988856618","imei1":"17709118988856618","imei2":"17709118988856618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151516,"job_number":"JOB_151516","tr_customer_id":151533,"tr_customer_product_id":151523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18738154412932","imei1":"18738154412932","imei2":"18738154412932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151520,"job_number":"JOB_151520","tr_customer_id":151537,"tr_customer_product_id":151527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:16.000Z","modified_at":"2026-01-11T04:01:16.000Z","name":"Thurman Quitzon","mobile_number":"888-577-3318","email_id":"Rita_Baumbach27@yahoo.com","dop":"2025-04-06","serial_number":"16866387312872552","imei1":"16866387312872552","imei2":"16866387312872552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151521,"job_number":"JOB_151521","tr_customer_id":151538,"tr_customer_product_id":151528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:23.000Z","modified_at":"2026-01-11T04:01:23.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"16928993076531","imei1":"16928993076531","imei2":"16928993076531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151522,"job_number":"JOB_151522","tr_customer_id":151539,"tr_customer_product_id":151529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16356737555435","imei1":"16356737555435","imei2":"16356737555435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151525,"job_number":"JOB_151525","tr_customer_id":151542,"tr_customer_product_id":151532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Angelita Price","mobile_number":"648-588-9675","email_id":"Jacky81@gmail.com","dop":"2025-04-06","serial_number":"17836341606037798","imei1":"17836341606037798","imei2":"17836341606037798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151526,"job_number":"JOB_151526","tr_customer_id":151543,"tr_customer_product_id":151533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:25.000Z","modified_at":"2026-01-11T04:01:25.000Z","name":"Immanuel Bauch","mobile_number":"602-810-0997","email_id":"Angeline.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"15994174228742690","imei1":"15994174228742690","imei2":"15994174228742690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151534,"job_number":"JOB_151534","tr_customer_id":151551,"tr_customer_product_id":151541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13263622069092","imei1":"13263622069092","imei2":"13263622069092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151535,"job_number":"JOB_151535","tr_customer_id":151552,"tr_customer_product_id":151542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:01:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18243586784694","imei1":"18243586784694","imei2":"18243586784694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151538,"job_number":"JOB_151538","tr_customer_id":151555,"tr_customer_product_id":151545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Dario Walter","mobile_number":"225-762-7703","email_id":"Alanna_Cummings83@hotmail.com","dop":"2025-04-06","serial_number":"15629104538521224","imei1":"15629104538521224","imei2":"15629104538521224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151539,"job_number":"JOB_151539","tr_customer_id":151556,"tr_customer_product_id":151546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:42.000Z","modified_at":"2026-01-11T04:01:42.000Z","name":"Keon Schneider","mobile_number":"978-710-8080","email_id":"Jonathon.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"14985667356927236","imei1":"14985667356927236","imei2":"14985667356927236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151540,"job_number":"JOB_151540","tr_customer_id":151557,"tr_customer_product_id":151547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:01:43.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12453904911308","imei1":"12453904911308","imei2":"12453904911308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151542,"job_number":"JOB_151542","tr_customer_id":151559,"tr_customer_product_id":151549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:44.000Z","modified_at":"2026-01-11T04:01:44.000Z","name":"Kellie Yost","mobile_number":"950-425-2996","email_id":"Nikita_Schuster@yahoo.com","dop":"2025-04-06","serial_number":"17270771605874108","imei1":"17270771605874108","imei2":"17270771605874108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151543,"job_number":"JOB_151543","tr_customer_id":151560,"tr_customer_product_id":151550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:01:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16860283835649","imei1":"16860283835649","imei2":"16860283835649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151545,"job_number":"JOB_151545","tr_customer_id":151562,"tr_customer_product_id":151552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:48.000Z","modified_at":"2026-01-11T04:01:48.000Z","name":"Jared Stamm","mobile_number":"339-730-4856","email_id":"Jarrell.Altenwerth24@gmail.com","dop":"2025-04-06","serial_number":"10913749481482672","imei1":"10913749481482672","imei2":"10913749481482672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151549,"job_number":"JOB_151549","tr_customer_id":151566,"tr_customer_product_id":151556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:01:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18186268527649","imei1":"18186268527649","imei2":"18186268527649","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151551,"job_number":"JOB_151551","tr_customer_id":151568,"tr_customer_product_id":151558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:54.000Z","modified_at":"2026-01-11T04:01:54.000Z","name":"Gracie Bogan","mobile_number":"805-876-6275","email_id":"Montana60@yahoo.com","dop":"2025-04-06","serial_number":"14965251252895158","imei1":"14965251252895158","imei2":"14965251252895158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151552,"job_number":"JOB_151552","tr_customer_id":151569,"tr_customer_product_id":151559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:01:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16025725620028","imei1":"16025725620028","imei2":"16025725620028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151554,"job_number":"JOB_151554","tr_customer_id":151571,"tr_customer_product_id":151561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:59.000Z","modified_at":"2026-01-11T04:02:00.000Z","name":"Vivien D'Amore","mobile_number":"664-891-2439","email_id":"Dedric.Blick3@hotmail.com","dop":"2025-04-06","serial_number":"11366035920968196","imei1":"11366035920968196","imei2":"11366035920968196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151555,"job_number":"JOB_151555","tr_customer_id":151572,"tr_customer_product_id":151562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15938350211597","imei1":"15938350211597","imei2":"15938350211597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151560,"job_number":"JOB_151560","tr_customer_id":151577,"tr_customer_product_id":151567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Aidan Mitchell","mobile_number":"334-537-2970","email_id":"Patsy_Hettinger@hotmail.com","dop":"2025-04-06","serial_number":"17349240509250940","imei1":"17349240509250940","imei2":"17349240509250940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151565,"job_number":"JOB_151565","tr_customer_id":151582,"tr_customer_product_id":151572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17479967178650","imei1":"17479967178650","imei2":"17479967178650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151567,"job_number":"JOB_151567","tr_customer_id":151584,"tr_customer_product_id":151574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:20.000Z","modified_at":"2026-01-11T04:02:20.000Z","name":"Melvina Legros","mobile_number":"368-431-9330","email_id":"Lea.Lindgren97@yahoo.com","dop":"2025-04-06","serial_number":"14099721362657060","imei1":"14099721362657060","imei2":"14099721362657060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151568,"job_number":"JOB_151568","tr_customer_id":151585,"tr_customer_product_id":151575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15791420732297","imei1":"15791420732297","imei2":"15791420732297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151570,"job_number":"JOB_151570","tr_customer_id":151587,"tr_customer_product_id":151577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:25.000Z","modified_at":"2026-01-11T04:02:25.000Z","name":"Jaylin Murphy","mobile_number":"419-435-9302","email_id":"Mariano.Cronin@gmail.com","dop":"2025-04-06","serial_number":"13393695477080150","imei1":"13393695477080150","imei2":"13393695477080150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151571,"job_number":"JOB_151571","tr_customer_id":151588,"tr_customer_product_id":151578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:02:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18970618946226","imei1":"18970618946226","imei2":"18970618946226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151573,"job_number":"JOB_151573","tr_customer_id":151590,"tr_customer_product_id":151580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:33.000Z","modified_at":"2026-01-11T04:02:33.000Z","name":"Kiarra Towne","mobile_number":"497-976-3916","email_id":"Suzanne72@gmail.com","dop":"2025-04-06","serial_number":"19840717441244788","imei1":"19840717441244788","imei2":"19840717441244788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151574,"job_number":"JOB_151574","tr_customer_id":151591,"tr_customer_product_id":151581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:06.000Z","modified_at":"2026-01-11T04:03:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17239356191071","imei1":"17239356191071","imei2":"17239356191071","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151576,"job_number":"JOB_151576","tr_customer_id":151593,"tr_customer_product_id":151583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:08.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Athena Lesch","mobile_number":"390-927-2835","email_id":"Danny.Hessel69@gmail.com","dop":"2025-04-06","serial_number":"10783787711531644","imei1":"10783787711531644","imei2":"10783787711531644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151577,"job_number":"JOB_151577","tr_customer_id":151594,"tr_customer_product_id":151584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14664650531462","imei1":"14664650531462","imei2":"14664650531462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151579,"job_number":"JOB_151579","tr_customer_id":151596,"tr_customer_product_id":151586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:16.000Z","modified_at":"2026-01-11T04:03:16.000Z","name":"Lina Conn","mobile_number":"473-760-2291","email_id":"Amara_Crooks31@hotmail.com","dop":"2025-04-06","serial_number":"12490022914777560","imei1":"12490022914777560","imei2":"12490022914777560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:03:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151580,"job_number":"JOB_151580","tr_customer_id":151597,"tr_customer_product_id":151587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:22.000Z","modified_at":"2026-01-11T04:06:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"96460092146937","imei1":"96460092146937","imei2":"96460092146937","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151581,"job_number":"JOB_151581","tr_customer_id":151598,"tr_customer_product_id":151588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"79061615879886","imei1":"79061615879886","imei2":"79061615879886","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151582,"job_number":"JOB_151582","tr_customer_id":151599,"tr_customer_product_id":151589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91504711547831","imei1":"91504711547831","imei2":"91504711547831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151583,"job_number":"JOB_151583","tr_customer_id":151600,"tr_customer_product_id":151590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35633112276816","imei1":"35633112276816","imei2":"35633112276816","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151584,"job_number":"JOB_151584","tr_customer_id":151601,"tr_customer_product_id":151591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:23.000Z","modified_at":"2026-01-11T04:06:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27571540555978","imei1":"27571540555978","imei2":"27571540555978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151585,"job_number":"JOB_151585","tr_customer_id":151602,"tr_customer_product_id":151592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44230293797838","imei1":"44230293797838","imei2":"44230293797838","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151587,"job_number":"JOB_151587","tr_customer_id":151604,"tr_customer_product_id":151594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56781889862506","imei1":"56781889862506","imei2":"56781889862506","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151588,"job_number":"JOB_151588","tr_customer_id":151605,"tr_customer_product_id":151595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30890629762376","imei1":"30890629762376","imei2":"30890629762376","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151589,"job_number":"JOB_151589","tr_customer_id":151606,"tr_customer_product_id":151596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:50.000Z","modified_at":"2026-01-11T04:06:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38224499238872","imei1":"38224499238872","imei2":"38224499238872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151590,"job_number":"JOB_151590","tr_customer_id":151607,"tr_customer_product_id":151597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76658244478731","imei1":"76658244478731","imei2":"76658244478731","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151591,"job_number":"JOB_151591","tr_customer_id":151608,"tr_customer_product_id":151598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15716470638738","imei1":"15716470638738","imei2":"15716470638738","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151592,"job_number":"JOB_151592","tr_customer_id":151609,"tr_customer_product_id":151599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:06:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64446149291622","imei1":"64446149291622","imei2":"64446149291622","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151594,"job_number":"JOB_151594","tr_customer_id":151611,"tr_customer_product_id":151601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99068017919108","imei1":"99068017919108","imei2":"99068017919108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151595,"job_number":"JOB_151595","tr_customer_id":151612,"tr_customer_product_id":151602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59360441065347","imei1":"59360441065347","imei2":"59360441065347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151596,"job_number":"JOB_151596","tr_customer_id":151613,"tr_customer_product_id":151603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:17.000Z","modified_at":"2026-01-11T04:07:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23131584045070","imei1":"23131584045070","imei2":"23131584045070","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151597,"job_number":"JOB_151597","tr_customer_id":151614,"tr_customer_product_id":151604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30400546771660","imei1":"30400546771660","imei2":"30400546771660","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151598,"job_number":"JOB_151598","tr_customer_id":151615,"tr_customer_product_id":151605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84527634739099","imei1":"84527634739099","imei2":"84527634739099","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151599,"job_number":"JOB_151599","tr_customer_id":151616,"tr_customer_product_id":151606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049098048406","imei1":"15049098048406","imei2":"15049098048406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:07:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151610,"job_number":"JOB_151610","tr_customer_id":151627,"tr_customer_product_id":151617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:31.000Z","modified_at":"2026-01-11T04:41:31.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"10206918479120","imei1":"10206918479120","imei2":"10206918479120","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151612,"job_number":"JOB_151612","tr_customer_id":151629,"tr_customer_product_id":151619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:33.000Z","modified_at":"2026-01-11T04:41:33.000Z","name":"Cloyd Wyman","mobile_number":"421-844-3756","email_id":"Janie.Kovacek87@hotmail.com","dop":"2025-10-12","serial_number":"1004341909657544","imei1":"1004341909657544","imei2":"1004341909657544","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151613,"job_number":"JOB_151613","tr_customer_id":151630,"tr_customer_product_id":151620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:46.000Z","modified_at":"2026-01-11T04:41:46.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"10480146155343","imei1":"10480146155343","imei2":"10480146155343","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151615,"job_number":"JOB_151615","tr_customer_id":151632,"tr_customer_product_id":151622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:48.000Z","modified_at":"2026-01-11T04:41:48.000Z","name":"Lillian Balistreri","mobile_number":"633-746-4619","email_id":"Hope_Herman34@yahoo.com","dop":"2025-10-12","serial_number":"1000216988447423","imei1":"1000216988447423","imei2":"1000216988447423","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151616,"job_number":"JOB_151616","tr_customer_id":151633,"tr_customer_product_id":151623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:01.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"14022900300405","imei1":"14022900300405","imei2":"14022900300405","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151618,"job_number":"JOB_151618","tr_customer_id":151635,"tr_customer_product_id":151625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:03.000Z","modified_at":"2026-01-11T04:42:03.000Z","name":"Caden Gulgowski","mobile_number":"269-259-1904","email_id":"Lonie29@gmail.com","dop":"2025-10-12","serial_number":"1004675040694050","imei1":"1004675040694050","imei2":"1004675040694050","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151619,"job_number":"JOB_151619","tr_customer_id":151636,"tr_customer_product_id":151626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:00.000Z","modified_at":"2026-01-11T04:44:00.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"98316019341693","imei1":"98316019341693","imei2":"98316019341693","popurl":"2026-01-01T04:43:59.856964518Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151620,"job_number":"JOB_151620","tr_customer_id":151637,"tr_customer_product_id":151627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:44:09.000Z","modified_at":"2026-01-11T04:44:09.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-01","serial_number":"49098650402574","imei1":"49098650402574","imei2":"49098650402574","popurl":"2026-01-01T04:44:08.827885426Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151622,"job_number":"JOB_151622","tr_customer_id":151639,"tr_customer_product_id":151629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:32.000Z","modified_at":"2026-01-11T04:48:32.000Z","name":"Leland Harvey","mobile_number":"651-599-1491","email_id":"Alyson_Kihn51@gmail.com","dop":"2025-04-06","serial_number":"19446365113667940","imei1":"19446365113667940","imei2":"19446365113667940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151623,"job_number":"JOB_151623","tr_customer_id":151640,"tr_customer_product_id":151630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"109126743496631","imei1":"109126743496631","imei2":"109126743496631","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151625,"job_number":"JOB_151625","tr_customer_id":151642,"tr_customer_product_id":151632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:53.000Z","modified_at":"2026-01-11T04:51:53.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109944396659634","imei1":"109944396659634","imei2":"109944396659634","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151627,"job_number":"JOB_151627","tr_customer_id":151644,"tr_customer_product_id":151634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:55:57.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"119639187801663","imei1":"119639187801663","imei2":"119639187801663","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151629,"job_number":"JOB_151629","tr_customer_id":151646,"tr_customer_product_id":151636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:59.000Z","modified_at":"2026-01-11T04:55:59.000Z","name":"Ralph Bosco","mobile_number":"470-414-9911","email_id":"Corrine.Mohr@gmail.com","dop":"2025-10-22","serial_number":"1074476137609014","imei1":"1074476137609014","imei2":"1074476137609014","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151630,"job_number":"JOB_151630","tr_customer_id":151647,"tr_customer_product_id":151637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:11.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"191706488617935","imei1":"191706488617935","imei2":"191706488617935","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151632,"job_number":"JOB_151632","tr_customer_id":151649,"tr_customer_product_id":151639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:12.000Z","modified_at":"2026-01-11T04:56:12.000Z","name":"Maverick Waelchi","mobile_number":"411-921-8991","email_id":"Gianni22@gmail.com","dop":"2025-10-22","serial_number":"1080774930907307","imei1":"1080774930907307","imei2":"1080774930907307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151633,"job_number":"JOB_151633","tr_customer_id":151650,"tr_customer_product_id":151640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158231135502884","imei1":"158231135502884","imei2":"158231135502884","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151635,"job_number":"JOB_151635","tr_customer_id":151652,"tr_customer_product_id":151642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:25.000Z","modified_at":"2026-01-11T04:56:25.000Z","name":"Rosalyn Beier","mobile_number":"389-344-7073","email_id":"Paige15@gmail.com","dop":"2025-10-22","serial_number":"1075090256629800","imei1":"1075090256629800","imei2":"1075090256629800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151637,"job_number":"JOB_151637","tr_customer_id":151654,"tr_customer_product_id":151644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:45.000Z","modified_at":"2026-01-11T04:56:45.000Z","name":"Kody Swift","mobile_number":"776-613-6629","email_id":"Robb.Nitzsche60@gmail.com","dop":"2025-04-06","serial_number":"11776104860842068","imei1":"11776104860842068","imei2":"11776104860842068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151640,"job_number":"JOB_151640","tr_customer_id":151657,"tr_customer_product_id":151647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:13.000Z","modified_at":"2026-01-11T05:00:13.000Z","name":"Jessy Upton","mobile_number":"342-644-6369","email_id":"Skyla_Predovic@gmail.com","dop":"2025-04-06","serial_number":"18866246984218580","imei1":"18866246984218580","imei2":"18866246984218580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151643,"job_number":"JOB_151643","tr_customer_id":151660,"tr_customer_product_id":151650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"10011506083940","imei1":"10011506083940","imei2":"10011506083940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151645,"job_number":"JOB_151645","tr_customer_id":151662,"tr_customer_product_id":151652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:04:59.000Z","name":"Chanelle Flatley","mobile_number":"862-748-5674","email_id":"Easton.McGlynn73@hotmail.com","dop":"2025-04-06","serial_number":"12997520076499802","imei1":"12997520076499802","imei2":"12997520076499802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:04:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151646,"job_number":"JOB_151646","tr_customer_id":151663,"tr_customer_product_id":151653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16218631238575","imei1":"16218631238575","imei2":"16218631238575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151648,"job_number":"JOB_151648","tr_customer_id":151665,"tr_customer_product_id":151655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:09.000Z","name":"Mac Stanton","mobile_number":"490-855-9803","email_id":"Otilia.Osinski@yahoo.com","dop":"2025-04-06","serial_number":"18010051250791360","imei1":"18010051250791360","imei2":"18010051250791360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151649,"job_number":"JOB_151649","tr_customer_id":151666,"tr_customer_product_id":151656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10506921243618","imei1":"10506921243618","imei2":"10506921243618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151651,"job_number":"JOB_151651","tr_customer_id":151668,"tr_customer_product_id":151658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:18.000Z","name":"Harvey Kovacek","mobile_number":"264-483-7931","email_id":"Johann64@gmail.com","dop":"2025-04-06","serial_number":"14261045789816704","imei1":"14261045789816704","imei2":"14261045789816704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151653,"job_number":"JOB_151653","tr_customer_id":151670,"tr_customer_product_id":151660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:42.000Z","modified_at":"2026-01-11T05:05:42.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147876","imei1":"45147707147876","imei2":"45147707147876","popurl":"2026-01-01T05:05:39.414113400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151656,"job_number":"JOB_151656","tr_customer_id":151673,"tr_customer_product_id":151663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:28.000Z","modified_at":"2026-01-11T05:07:28.000Z","name":"Amber Hartmann","mobile_number":"307-258-5525","email_id":"Cicero.Hamill6@yahoo.com","dop":"2025-04-06","serial_number":"18232786296493784","imei1":"18232786296493784","imei2":"18232786296493784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151657,"job_number":"JOB_151657","tr_customer_id":151674,"tr_customer_product_id":151664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:18.000Z","modified_at":"2026-01-11T05:08:18.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147874","imei1":"45147707147874","imei2":"45147707147874","popurl":"2026-01-01T05:08:15.748472700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151660,"job_number":"JOB_151660","tr_customer_id":151677,"tr_customer_product_id":151667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:46.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"120846615373687","imei1":"120846615373687","imei2":"120846615373687","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151662,"job_number":"JOB_151662","tr_customer_id":151679,"tr_customer_product_id":151669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:47.000Z","modified_at":"2026-01-11T05:11:47.000Z","name":"Edward Reinger","mobile_number":"245-434-2022","email_id":"Ahmed.Bergnaum@gmail.com","dop":"2025-10-22","serial_number":"1020850842601883","imei1":"1020850842601883","imei2":"1020850842601883","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151663,"job_number":"JOB_151663","tr_customer_id":151680,"tr_customer_product_id":151670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:57.000Z","modified_at":"2026-01-11T05:11:57.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"195850046925713","imei1":"195850046925713","imei2":"195850046925713","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151665,"job_number":"JOB_151665","tr_customer_id":151682,"tr_customer_product_id":151672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:59.000Z","modified_at":"2026-01-11T05:11:59.000Z","name":"Arch Olson","mobile_number":"833-486-1789","email_id":"Emmett_Hartmann47@hotmail.com","dop":"2025-10-22","serial_number":"1096981720306452","imei1":"1096981720306452","imei2":"1096981720306452","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151666,"job_number":"JOB_151666","tr_customer_id":151683,"tr_customer_product_id":151673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:09.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"191567516533697","imei1":"191567516533697","imei2":"191567516533697","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151668,"job_number":"JOB_151668","tr_customer_id":151685,"tr_customer_product_id":151675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:10.000Z","modified_at":"2026-01-11T05:12:10.000Z","name":"Alvah Schuster","mobile_number":"211-548-7114","email_id":"Arjun18@hotmail.com","dop":"2025-10-22","serial_number":"1025519922609457","imei1":"1025519922609457","imei2":"1025519922609457","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:12:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151669,"job_number":"JOB_151669","tr_customer_id":151686,"tr_customer_product_id":151676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:13:17.000Z","modified_at":"2026-01-11T05:13:17.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147872","imei1":"45147707147872","imei2":"45147707147872","popurl":"2026-01-01T05:13:17.557163700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:13:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151670,"job_number":"JOB_151670","tr_customer_id":151687,"tr_customer_product_id":151677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:15:29.000Z","modified_at":"2026-01-11T05:15:29.000Z","name":"Adam Simonis","mobile_number":"800-897-4657","email_id":"Jovanny.Lang23@yahoo.com","dop":"2025-10-22","serial_number":"184683647165682","imei1":"184683647165682","imei2":"184683647165682","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:15:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151671,"job_number":"JOB_151671","tr_customer_id":151688,"tr_customer_product_id":151678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:19:59.000Z","modified_at":"2026-01-11T05:19:59.000Z","name":"Devi Pothabatthula","mobile_number":"9390007654","email_id":"devi2728@yopmail.com","dop":"2025-09-30","serial_number":"12345678998761","imei1":"23601225372851","imei2":"23601225372851","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151674,"job_number":"JOB_151674","tr_customer_id":151691,"tr_customer_product_id":151681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:44:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16406520320934","imei1":"16406520320934","imei2":"16406520320934","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151676,"job_number":"JOB_151676","tr_customer_id":151693,"tr_customer_product_id":151683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:00.000Z","modified_at":"2026-01-11T05:45:00.000Z","name":"Breanne Corkery","mobile_number":"957-843-8980","email_id":"Shannon.Ritchie@gmail.com","dop":"2025-04-06","serial_number":"16143337177943316","imei1":"16143337177943316","imei2":"16143337177943316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151677,"job_number":"JOB_151677","tr_customer_id":151694,"tr_customer_product_id":151684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15823551879199","imei1":"15823551879199","imei2":"15823551879199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151679,"job_number":"JOB_151679","tr_customer_id":151696,"tr_customer_product_id":151686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:30.000Z","modified_at":"2026-01-11T05:45:30.000Z","name":"Francis Windler","mobile_number":"531-257-7855","email_id":"Cheyanne_Ledner@yahoo.com","dop":"2025-04-06","serial_number":"14990784937149952","imei1":"14990784937149952","imei2":"14990784937149952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151680,"job_number":"JOB_151680","tr_customer_id":151697,"tr_customer_product_id":151687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:47:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11456172585514","imei1":"11456172585514","imei2":"11456172585514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151682,"job_number":"JOB_151682","tr_customer_id":151699,"tr_customer_product_id":151689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:47.000Z","modified_at":"2026-01-11T05:47:47.000Z","name":"Schuyler Johnston","mobile_number":"352-813-2112","email_id":"Juwan.Ratke70@hotmail.com","dop":"2025-04-06","serial_number":"15238959266592620","imei1":"15238959266592620","imei2":"15238959266592620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151683,"job_number":"JOB_151683","tr_customer_id":151700,"tr_customer_product_id":151690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11939190144618","imei1":"11939190144618","imei2":"11939190144618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151685,"job_number":"JOB_151685","tr_customer_id":151702,"tr_customer_product_id":151692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:19.000Z","modified_at":"2026-01-11T05:48:19.000Z","name":"Vicente Hansen","mobile_number":"398-295-2473","email_id":"Ena.Keeling@yahoo.com","dop":"2025-04-06","serial_number":"18434886657796236","imei1":"18434886657796236","imei2":"18434886657796236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151686,"job_number":"JOB_151686","tr_customer_id":151703,"tr_customer_product_id":151693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:48:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10230707260910","imei1":"10230707260910","imei2":"10230707260910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151688,"job_number":"JOB_151688","tr_customer_id":151705,"tr_customer_product_id":151695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:51.000Z","modified_at":"2026-01-11T05:48:51.000Z","name":"Ophelia Streich","mobile_number":"270-482-4385","email_id":"Josiah_Beahan49@hotmail.com","dop":"2025-04-06","serial_number":"19667979889172930","imei1":"19667979889172930","imei2":"19667979889172930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151689,"job_number":"JOB_151689","tr_customer_id":151706,"tr_customer_product_id":151696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:44.000Z","modified_at":"2026-01-11T05:53:44.000Z","name":"{{randomFirstName}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"10343285233487","imei1":"10343285233487","imei2":"10343285233487","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151691,"job_number":"JOB_151691","tr_customer_id":151708,"tr_customer_product_id":151698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:56.000Z","modified_at":"2026-01-11T05:53:56.000Z","name":"Hector Boyer","mobile_number":"404-239-4160","email_id":"Maverick99@yahoo.com","dop":"2025-04-06","serial_number":"19455678617120280","imei1":"19455678617120280","imei2":"19455678617120280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151692,"job_number":"JOB_151692","tr_customer_id":151709,"tr_customer_product_id":151699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:11.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"17207985910878","imei1":"17207985910878","imei2":"17207985910878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151694,"job_number":"JOB_151694","tr_customer_id":151711,"tr_customer_product_id":151701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:12.000Z","name":"Isaias Huels","mobile_number":"756-291-4792","email_id":"Brant_Goyette@yahoo.com","dop":"2025-04-06","serial_number":"15447152388704036","imei1":"15447152388704036","imei2":"15447152388704036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151695,"job_number":"JOB_151695","tr_customer_id":151712,"tr_customer_product_id":151702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13408704716707","imei1":"13408704716707","imei2":"13408704716707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151697,"job_number":"JOB_151697","tr_customer_id":151714,"tr_customer_product_id":151704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:21.000Z","name":"Jerrell Franecki","mobile_number":"320-800-7529","email_id":"Aditya.Kovacek87@yahoo.com","dop":"2025-04-06","serial_number":"10100652215555012","imei1":"10100652215555012","imei2":"10100652215555012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151698,"job_number":"JOB_151698","tr_customer_id":151715,"tr_customer_product_id":151705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12509476332771","imei1":"12509476332771","imei2":"12509476332771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151700,"job_number":"JOB_151700","tr_customer_id":151717,"tr_customer_product_id":151707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:31.000Z","modified_at":"2026-01-11T05:55:31.000Z","name":"Bailee Kub","mobile_number":"758-324-1091","email_id":"Kurt.Paucek17@hotmail.com","dop":"2025-04-06","serial_number":"16376580541730960","imei1":"16376580541730960","imei2":"16376580541730960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151701,"job_number":"JOB_151701","tr_customer_id":151718,"tr_customer_product_id":151708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:00.000Z","modified_at":"2026-01-11T05:56:00.000Z","name":"Luciano Hudson","mobile_number":"330-755-0104","email_id":"Ebony.Huels@hotmail.com","dop":"2025-04-06","serial_number":"16775833162840","imei1":"16775833162840","imei2":"16775833162840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151702,"job_number":"JOB_151702","tr_customer_id":151719,"tr_customer_product_id":151709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:56:07.000Z","modified_at":"2026-01-11T05:56:07.000Z","name":"Adah McKenzie","mobile_number":"594-592-6880","email_id":"Iva46@gmail.com","dop":"2025-04-06","serial_number":"15915035086201140","imei1":"15915035086201140","imei2":"15915035086201140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151703,"job_number":"JOB_151703","tr_customer_id":151720,"tr_customer_product_id":151710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:21.000Z","name":"vasanth kumar","mobile_number":"7046563552","email_id":"vasanthkumar@gmail.com","dop":"2025-04-06","serial_number":"12169266352840","imei1":"12169266352840","imei2":"12169266352840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151705,"job_number":"JOB_151705","tr_customer_id":151722,"tr_customer_product_id":151712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:22.000Z","modified_at":"2026-01-11T06:03:22.000Z","name":"Damion Maggio","mobile_number":"294-561-4166","email_id":"Jaron_Gislason@gmail.com","dop":"2025-04-06","serial_number":"11719830987882980","imei1":"11719830987882980","imei2":"11719830987882980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151706,"job_number":"JOB_151706","tr_customer_id":151723,"tr_customer_product_id":151713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15992463221441","imei1":"15992463221441","imei2":"15992463221441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151708,"job_number":"JOB_151708","tr_customer_id":151725,"tr_customer_product_id":151715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:32.000Z","name":"Arvilla Wuckert","mobile_number":"271-921-9852","email_id":"Florine99@yahoo.com","dop":"2025-04-06","serial_number":"14829910249779870","imei1":"14829910249779870","imei2":"14829910249779870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151709,"job_number":"JOB_151709","tr_customer_id":151726,"tr_customer_product_id":151716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17663933290248","imei1":"17663933290248","imei2":"17663933290248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151711,"job_number":"JOB_151711","tr_customer_id":151728,"tr_customer_product_id":151718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:41.000Z","name":"Eli Glover","mobile_number":"447-895-0718","email_id":"Peyton_Bailey@gmail.com","dop":"2025-04-06","serial_number":"18797237295957760","imei1":"18797237295957760","imei2":"18797237295957760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151712,"job_number":"JOB_151712","tr_customer_id":151729,"tr_customer_product_id":151719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:11:59.000Z","modified_at":"2026-01-11T06:11:59.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-01","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-01T06:11:59.779770200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T06:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151306,"job_number":"JOB_151306","tr_customer_id":151323,"tr_customer_product_id":151313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:10.000Z","modified_at":"2026-01-10T17:01:10.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cyril.Waters@hotmail.com","dop":"2025-07-02","serial_number":"10509230773870","imei1":"10509230773870","imei2":"10509230773870","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151307,"job_number":"JOB_151307","tr_customer_id":151324,"tr_customer_product_id":151314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:14.000Z","modified_at":"2026-01-10T17:01:14.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Chad7@yahoo.com","dop":"2025-07-02","serial_number":"15454689892903","imei1":"15454689892903","imei2":"15454689892903","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151308,"job_number":"JOB_151308","tr_customer_id":151325,"tr_customer_product_id":151315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:01:19.000Z","modified_at":"2026-01-10T17:01:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Camila.Towne@hotmail.com","dop":"2025-07-02","serial_number":"15211056977879","imei1":"15211056977879","imei2":"15211056977879","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T17:01:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151336,"job_number":"JOB_151336","tr_customer_id":151353,"tr_customer_product_id":151343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T18:04:21.000Z","modified_at":"2026-01-10T18:04:21.000Z","name":"Akash Sankhala","mobile_number":"9871368995","email_id":"akashsankhala@gmail.com","dop":"2025-12-31","serial_number":"23442424233243242","imei1":"23442424233243242","imei2":"23442424233243242","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T18:04:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151383,"job_number":"JOB_151383","tr_customer_id":151400,"tr_customer_product_id":151390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:10:06.000Z","modified_at":"2026-01-11T02:10:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T02:10:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151388,"job_number":"JOB_151388","tr_customer_id":151405,"tr_customer_product_id":151395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:39:23.000Z","modified_at":"2026-01-11T03:39:23.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"{{email_id}}@dd","dop":"2025-11-11","serial_number":"102105580261486","imei1":"102105580261486","imei2":"102105580261486","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151415,"job_number":"JOB_151415","tr_customer_id":151432,"tr_customer_product_id":151422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:21.000Z","modified_at":"2026-01-11T03:59:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Ashton_Johns11@gmail.com","dop":"2025-07-02","serial_number":"10363863215991","imei1":"10363863215991","imei2":"10363863215991","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151426,"job_number":"JOB_151426","tr_customer_id":151443,"tr_customer_product_id":151433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:38.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Lexi.Kulas40@gmail.com","dop":"2025-07-02","serial_number":"15628409298502","imei1":"15628409298502","imei2":"15628409298502","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151442,"job_number":"JOB_151442","tr_customer_id":151459,"tr_customer_product_id":151449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:55.000Z","modified_at":"2026-01-11T03:59:55.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Jerrod_Steuber23@hotmail.com","dop":"2025-07-02","serial_number":"10801265780097","imei1":"10801265780097","imei2":"10801265780097","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151501,"job_number":"JOB_151501","tr_customer_id":151518,"tr_customer_product_id":151508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:01.000Z","modified_at":"2026-01-11T04:01:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"195938006476516","imei1":"195938006476516","imei2":"195938006476516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151502,"job_number":"JOB_151502","tr_customer_id":151519,"tr_customer_product_id":151509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Moshe Wyman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143388638799631","imei1":"143388638799631","imei2":"143388638799631","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151503,"job_number":"JOB_151503","tr_customer_id":151520,"tr_customer_product_id":151510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:02.000Z","modified_at":"2026-01-11T04:01:02.000Z","name":"Gustave Kozey","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"199739369702746","imei1":"199739369702746","imei2":"199739369702746","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151505,"job_number":"JOB_151505","tr_customer_id":151522,"tr_customer_product_id":151512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:03.000Z","name":"Irma Boyer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"143725034943654","imei1":"143725034943654","imei2":"143725034943654","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151513,"job_number":"JOB_151513","tr_customer_id":151530,"tr_customer_product_id":151520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"128555573825856","imei1":"128555573825856","imei2":"128555573825856","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151515,"job_number":"JOB_151515","tr_customer_id":151532,"tr_customer_product_id":151522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Francisco Kreiger","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"123300847257539","imei1":"123300847257539","imei2":"123300847257539","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151517,"job_number":"JOB_151517","tr_customer_id":151534,"tr_customer_product_id":151524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:14.000Z","modified_at":"2026-01-11T04:01:14.000Z","name":"Odell Crist","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133814516172448","imei1":"133814516172448","imei2":"133814516172448","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151519,"job_number":"JOB_151519","tr_customer_id":151536,"tr_customer_product_id":151526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:15.000Z","name":"Chase Schinner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"138207214489546","imei1":"138207214489546","imei2":"138207214489546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151531,"job_number":"JOB_151531","tr_customer_id":151548,"tr_customer_product_id":151538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:36.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109940203362815","imei1":"109940203362815","imei2":"109940203362815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151533,"job_number":"JOB_151533","tr_customer_id":151550,"tr_customer_product_id":151540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:37.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Santiago Block","mobile_number":"301-722-7470","email_id":"Hester_VonRueden75@hotmail.com","dop":"2025-06-09","serial_number":"103294424455465","imei1":"103294424455465","imei2":"103294424455465","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151546,"job_number":"JOB_151546","tr_customer_id":151563,"tr_customer_product_id":151553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:50.000Z","modified_at":"2026-01-11T04:01:50.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108807005605300","imei1":"108807005605300","imei2":"108807005605300","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151548,"job_number":"JOB_151548","tr_customer_id":151565,"tr_customer_product_id":151555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Wade Will","mobile_number":"697-925-6586","email_id":"Jonas.Koch@yahoo.com","dop":"2025-06-09","serial_number":"109225489178144","imei1":"109225489178144","imei2":"109225489178144","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151557,"job_number":"JOB_151557","tr_customer_id":151574,"tr_customer_product_id":151564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105183850396156","imei1":"105183850396156","imei2":"105183850396156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151559,"job_number":"JOB_151559","tr_customer_id":151576,"tr_customer_product_id":151566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:05.000Z","name":"Trycia Schmitt","mobile_number":"490-373-2277","email_id":"Mathias70@hotmail.com","dop":"2025-06-09","serial_number":"106872366312358","imei1":"106872366312358","imei2":"106872366312358","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151561,"job_number":"JOB_151561","tr_customer_id":151578,"tr_customer_product_id":151568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:06.000Z","modified_at":"2026-01-11T04:02:06.000Z","name":"Elaina Heller","mobile_number":"646-721-7139","email_id":"Keshaun_Nicolas@gmail.com","dop":"2025-06-09","serial_number":"28352755763928716","imei1":"28352755763928716","imei2":"28352755763928716","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151601,"job_number":"JOB_151601","tr_customer_id":151618,"tr_customer_product_id":151608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:41.000Z","modified_at":"2026-01-11T04:08:41.000Z","name":"Rebeca Pacocha","mobile_number":"294-632-7484","email_id":"Myra.Cormier41@hotmail.com","dop":"2025-11-11","serial_number":"139847332551934","imei1":"139847332551934","imei2":"139847332551934","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151602,"job_number":"JOB_151602","tr_customer_id":151619,"tr_customer_product_id":151609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:08:48.000Z","modified_at":"2026-01-11T04:08:48.000Z","name":"Emilie Hermann","mobile_number":"621-431-4967","email_id":"Constance.Crona@gmail.com","dop":"2025-11-11","serial_number":"114889011475413","imei1":"114889011475413","imei2":"114889011475413","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:08:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151603,"job_number":"JOB_151603","tr_customer_id":151620,"tr_customer_product_id":151610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:13:50.000Z","modified_at":"2026-01-11T04:13:50.000Z","name":"Deangelo Huel","mobile_number":"273-352-0934","email_id":"Zola.Kassulke@hotmail.com","dop":"2025-11-11","serial_number":"165141000057838","imei1":"165141000057838","imei2":"165141000057838","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151604,"job_number":"JOB_151604","tr_customer_id":151621,"tr_customer_product_id":151611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:02.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"185910386723373","imei1":"185910386723373","imei2":"185910386723373","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151606,"job_number":"JOB_151606","tr_customer_id":151623,"tr_customer_product_id":151613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:07.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"121256535095727","imei1":"121256535095727","imei2":"121256535095727","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151608,"job_number":"JOB_151608","tr_customer_id":151625,"tr_customer_product_id":151615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:12.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"119960250441359","imei1":"119960250441359","imei2":"119960250441359","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151638,"job_number":"JOB_151638","tr_customer_id":151655,"tr_customer_product_id":151645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:57:51.000Z","modified_at":"2026-01-11T04:57:51.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266698","imei1":"17800310266698","imei2":"17800310266698","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151641,"job_number":"JOB_151641","tr_customer_id":151658,"tr_customer_product_id":151648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:01:54.000Z","modified_at":"2026-01-11T05:01:54.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266658","imei1":"17800310266658","imei2":"17800310266658","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:01:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151642,"job_number":"JOB_151642","tr_customer_id":151659,"tr_customer_product_id":151649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:02:58.000Z","modified_at":"2026-01-11T05:02:58.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266648","imei1":"17800310266648","imei2":"17800310266648","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151652,"job_number":"JOB_151652","tr_customer_id":151669,"tr_customer_product_id":151659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:25.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310266748","imei1":"17800310266748","imei2":"17800310266748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151654,"job_number":"JOB_151654","tr_customer_id":151671,"tr_customer_product_id":151661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:06:07.000Z","modified_at":"2026-01-11T05:06:08.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800310261748","imei1":"17800310261748","imei2":"17800310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:06:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151658,"job_number":"JOB_151658","tr_customer_id":151675,"tr_customer_product_id":151665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:08:47.000Z","modified_at":"2026-01-11T05:08:47.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801310261748","imei1":"17801310261748","imei2":"17801310261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151659,"job_number":"JOB_151659","tr_customer_id":151676,"tr_customer_product_id":151666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:10:12.000Z","modified_at":"2026-01-11T05:10:12.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110261748","imei1":"17801110261748","imei2":"17801110261748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151672,"job_number":"JOB_151672","tr_customer_id":151689,"tr_customer_product_id":151679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:28:04.000Z","modified_at":"2026-01-11T05:28:04.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17801110461748","imei1":"17801110461748","imei2":"17801110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151673,"job_number":"JOB_151673","tr_customer_id":151690,"tr_customer_product_id":151680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:35:59.000Z","modified_at":"2026-01-11T05:35:59.000Z","name":"Somok Mukherjee","mobile_number":"8240967632","email_id":"somok@gmail.com","dop":"2025-10-01","serial_number":"17800110461748","imei1":"17800110461748","imei2":"17800110461748","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T05:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151366,"job_number":"JOB_151366","tr_customer_id":151383,"tr_customer_product_id":151373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:09:12.000Z","modified_at":"2026-01-10T20:09:12.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"17002151778092","imei1":"17002151778092","imei2":"17002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:09:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151367,"job_number":"JOB_151367","tr_customer_id":151384,"tr_customer_product_id":151374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T20:17:01.000Z","modified_at":"2026-01-10T20:17:01.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2025-04-06","serial_number":"27002151778092","imei1":"27002151778092","imei2":"27002151778092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-10T20:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151451,"job_number":"JOB_151451","tr_customer_id":151468,"tr_customer_product_id":151458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:01.000Z","modified_at":"2026-01-11T04:00:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10665552062030","imei1":"10665552062030","imei2":"10665552062030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151455,"job_number":"JOB_151455","tr_customer_id":151472,"tr_customer_product_id":151462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:03.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"Marisol Dietrich","mobile_number":"464-388-7046","email_id":"Matteo.Wisoky@hotmail.com","dop":"2000-01-31","serial_number":"1013593878878138","imei1":"1013593878878138","imei2":"1013593878878138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151494,"job_number":"JOB_151494","tr_customer_id":151511,"tr_customer_product_id":151501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:45.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10354223757637","imei1":"10354223757637","imei2":"10354223757637","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151496,"job_number":"JOB_151496","tr_customer_id":151513,"tr_customer_product_id":151503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:47.000Z","modified_at":"2026-01-11T04:00:47.000Z","name":"Raven Harvey","mobile_number":"872-372-9211","email_id":"Brice_Borer@yahoo.com","dop":"2000-01-31","serial_number":"1000260740011603","imei1":"1000260740011603","imei2":"1000260740011603","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151527,"job_number":"JOB_151527","tr_customer_id":151544,"tr_customer_product_id":151534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:01:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10238085410218","imei1":"10238085410218","imei2":"10238085410218","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151529,"job_number":"JOB_151529","tr_customer_id":151546,"tr_customer_product_id":151536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:30.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Hillard O'Connell","mobile_number":"555-413-8007","email_id":"Zachary_Runte80@hotmail.com","dop":"2000-01-31","serial_number":"1076004538486758","imei1":"1076004538486758","imei2":"1076004538486758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151562,"job_number":"JOB_151562","tr_customer_id":151579,"tr_customer_product_id":151569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10178833561099","imei1":"10178833561099","imei2":"10178833561099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":151564,"job_number":"JOB_151564","tr_customer_id":151581,"tr_customer_product_id":151571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:12.000Z","modified_at":"2026-01-11T04:02:12.000Z","name":"Madelyn Schaden","mobile_number":"818-281-6559","email_id":"Annette.Wyman@hotmail.com","dop":"2000-01-31","serial_number":"1064531437141277","imei1":"1064531437141277","imei2":"1064531437141277","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-11T04:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 974b37a0-0438-492e-b38b-eaa0d37db575
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-ZG0tQiWmHtJ2bA9RZ9VRTSoHakI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 200ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a78fd660-b08f-428d-8c6b-102b570dfbc8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 165B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ece6c534-523e-4d34-8541-40fdb6c21e3e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 165
ETag W/"a5-F2FtjBpTkij1TzrpPxV0xlZtFgQ"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":13},{"label":"Repair completed","key":"repair_completed","count":101}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 12.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67f5dde8-4c2f-4298-81b2-256bf99415fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"31d9-6WSbcbkYPhjeGMuZVQr8e6saPHQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:09.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:15:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d482d7e-703f-4fba-855e-fee74e2b276e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 323ms
Mean size per request: 15.26KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ccb9fb73-1041-40a7-8bf4-6745038a01d3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3d09-MTuXD4g6HdDQku1tGK1o47v7wKs"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:09.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T06:15:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":151715,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T06:15:05.000Z"}],"quatations":[]},{"id":151667,"job_number":"JOB_151667","tr_customer_id":151684,"tr_customer_product_id":151674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:12:09.000Z","modified_at":"2026-01-11T05:12:17.000Z","name":"Dwight Hammes","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"130782845081942","imei1":"130782845081942","imei2":"130782845081942","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151667,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:12:09.000Z"}],"quatations":[]},{"id":151664,"job_number":"JOB_151664","tr_customer_id":151681,"tr_customer_product_id":151671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:58.000Z","modified_at":"2026-01-11T05:12:06.000Z","name":"Asha Harris","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187502847553245","imei1":"187502847553245","imei2":"187502847553245","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:12:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151664,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:58.000Z"}],"quatations":[]},{"id":151661,"job_number":"JOB_151661","tr_customer_id":151678,"tr_customer_product_id":151668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:11:46.000Z","modified_at":"2026-01-11T05:11:54.000Z","name":"Elisabeth Hartmann","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"189318036096621","imei1":"189318036096621","imei2":"189318036096621","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:11:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151661,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T05:11:46.000Z"}],"quatations":[]},{"id":151634,"job_number":"JOB_151634","tr_customer_id":151651,"tr_customer_product_id":151641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:24.000Z","modified_at":"2026-01-11T04:56:33.000Z","name":"Vella Hackett","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"158969783465787","imei1":"158969783465787","imei2":"158969783465787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:33.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151634,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:24.000Z"}],"quatations":[]},{"id":151631,"job_number":"JOB_151631","tr_customer_id":151648,"tr_customer_product_id":151638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:11.000Z","modified_at":"2026-01-11T04:56:21.000Z","name":"Hettie Kassulke","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"170026252551381","imei1":"170026252551381","imei2":"170026252551381","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151631,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:56:11.000Z"}],"quatations":[]},{"id":151628,"job_number":"JOB_151628","tr_customer_id":151645,"tr_customer_product_id":151635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:55:57.000Z","modified_at":"2026-01-11T04:56:07.000Z","name":"Lavon Hodkiewicz","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"169092417264992","imei1":"169092417264992","imei2":"169092417264992","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T04:56:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151628,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T04:55:57.000Z"}],"quatations":[]},{"id":151382,"job_number":"JOB_151382","tr_customer_id":151399,"tr_customer_product_id":151389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T02:02:58.000Z","modified_at":"2026-01-11T02:18:56.000Z","name":"Abhinav Kr Singh","mobile_number":"1900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"01122001187234","imei2":"01122001187234","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T02:18:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151382,"remark":"API created Not working Crashing","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-11T02:02:58.000Z"}],"quatations":[]},{"id":151330,"job_number":"JOB_151330","tr_customer_id":151347,"tr_customer_product_id":151337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:41:22.000Z","modified_at":"2026-01-11T05:36:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:36:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151330,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:41:22.000Z"}],"quatations":[]},{"id":151323,"job_number":"JOB_151323","tr_customer_id":151340,"tr_customer_product_id":151330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:20.000Z","modified_at":"2026-01-10T17:13:27.000Z","name":"Fatima Flatley","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121354157233754","imei1":"121354157233754","imei2":"121354157233754","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151323,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:20.000Z"}],"quatations":[]},{"id":151320,"job_number":"JOB_151320","tr_customer_id":151337,"tr_customer_product_id":151327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:11.000Z","modified_at":"2026-01-10T17:13:18.000Z","name":"Abigale Cartwright","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"109231962854945","imei1":"109231962854945","imei2":"109231962854945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151320,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:11.000Z"}],"quatations":[]},{"id":151317,"job_number":"JOB_151317","tr_customer_id":151334,"tr_customer_product_id":151324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:13:01.000Z","modified_at":"2026-01-10T17:13:08.000Z","name":"Enrique Hagenes","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100837000860437","imei1":"100837000860437","imei2":"100837000860437","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-10T17:13:08.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151317,"remark":"Battery issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T17:13:01.000Z"}],"quatations":[]},{"id":151305,"job_number":"JOB_151305","tr_customer_id":151322,"tr_customer_product_id":151312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T16:59:31.000Z","modified_at":"2026-01-11T05:48:16.000Z","name":"O'Keefe Rylee","mobile_number":"399-843-6234","email_id":"Schuyler_Little@yahoo.com","dop":"2025-06-23","serial_number":"11603655227033","imei1":"11603655227033","imei2":"11603655227033","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-11T05:48:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":151305,"remark":"Phone is not working ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-10T16:59:31.000Z"},{"id":2,"name":"Poor battery life","tr_job_head_id":151305,"remark":"Battery replace","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-10T16:59:56.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 958753fa-3ebf-480f-8b82-d7bef250b2a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDl9.xrrKiLciY3tLq-WOwyeoFjyzKDlS1aBiJdk6Te_UgDA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token af569af6-c158-4e75-9c42-2bbdc48c33aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":151715,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c378d5ce-aa35-430e-a050-e13e021cd801
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-F0+ofbKNC2dvGxat7xO3Jisb4i4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a49a9547-d5d2-474d-a16a-64b7ec198fc7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6f99a0d-b354-4cb1-9e68-db92915598cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-nh5ZybcuqBWgiIUD0gqsr5kb/s4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":101},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d08ef71-d7e5-463a-bd64-571c8c71accd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 97.47KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5eda3b42-a56e-4d94-8b08-3aa1de41647e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"185e6-TAwCaSxYCfPGUWH60XzzJcVrVDE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151714,"job_number":"JOB_151714","tr_customer_id":151731,"tr_customer_product_id":151721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:53.000Z","modified_at":"2026-01-11T06:15:02.000Z","name":"Lexi Kautzer","mobile_number":"319-752-4277","email_id":"Seth_Pollich@yahoo.com","dop":"2025-11-04","serial_number":"75556548113734","imei1":"75556548113734","imei2":"75556548113734","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151713,"job_number":"JOB_151713","tr_customer_id":151730,"tr_customer_product_id":151720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:14:40.000Z","modified_at":"2026-01-11T06:14:49.000Z","name":"Titus Krajcik","mobile_number":"947-857-7804","email_id":"Benton82@gmail.com","dop":"2025-11-04","serial_number":"16856477863127","imei1":"16856477863127","imei2":"16856477863127","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151609,"job_number":"JOB_151609","tr_customer_id":151626,"tr_customer_product_id":151616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:12.000Z","modified_at":"2026-01-11T04:16:16.000Z","name":"Shemar Lemke","mobile_number":"804-448-6644","email_id":"Lucy_Klocko56@yahoo.com","dop":"2025-11-11","serial_number":"183151568488019","imei1":"183151568488019","imei2":"183151568488019","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151607,"job_number":"JOB_151607","tr_customer_id":151624,"tr_customer_product_id":151614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:07.000Z","modified_at":"2026-01-11T04:16:11.000Z","name":"Adolfo Hansen","mobile_number":"519-533-5585","email_id":"Verner74@hotmail.com","dop":"2025-11-11","serial_number":"167850734015422","imei1":"167850734015422","imei2":"167850734015422","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151605,"job_number":"JOB_151605","tr_customer_id":151622,"tr_customer_product_id":151612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:16:02.000Z","modified_at":"2026-01-11T04:16:06.000Z","name":"Magdalena Auer","mobile_number":"469-610-6484","email_id":"Lavern61@gmail.com","dop":"2025-11-11","serial_number":"168314927126201","imei1":"168314927126201","imei2":"168314927126201","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151558,"job_number":"JOB_151558","tr_customer_id":151575,"tr_customer_product_id":151565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:05.000Z","modified_at":"2026-01-11T04:02:15.000Z","name":"Chanel Spinka","mobile_number":"668-781-6787","email_id":"Claire_Cronin@gmail.com","dop":"2025-06-09","serial_number":"108086495560623","imei1":"108086495560623","imei2":"108086495560623","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151547,"job_number":"JOB_151547","tr_customer_id":151564,"tr_customer_product_id":151554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:51.000Z","modified_at":"2026-01-11T04:02:01.000Z","name":"Else Jacobs","mobile_number":"257-909-3682","email_id":"Dax30@gmail.com","dop":"2025-06-09","serial_number":"102237521409367","imei1":"102237521409367","imei2":"102237521409367","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151532,"job_number":"JOB_151532","tr_customer_id":151549,"tr_customer_product_id":151539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:36.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Kelley Spencer","mobile_number":"973-543-1048","email_id":"Imelda_Schmitt@yahoo.com","dop":"2025-06-09","serial_number":"106564987203242","imei1":"106564987203242","imei2":"106564987203242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151498,"job_number":"JOB_151498","tr_customer_id":151515,"tr_customer_product_id":151505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Mikayla Robel","mobile_number":"392-240-2609","email_id":"Lloyd.Medhurst60@hotmail.com","dop":"2025-10-01","serial_number":"17038561993963","imei1":"17038561993963","imei2":"17038561993963","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151394,"job_number":"JOB_151394","tr_customer_id":151411,"tr_customer_product_id":151401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:52.000Z","modified_at":"2026-01-11T03:42:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"181574422158849","imei1":"181574422158849","imei2":"181574422158849","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151393,"job_number":"JOB_151393","tr_customer_id":151410,"tr_customer_product_id":151400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:48.000Z","modified_at":"2026-01-11T03:42:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"156748023883764","imei1":"156748023883764","imei2":"156748023883764","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151392,"job_number":"JOB_151392","tr_customer_id":151409,"tr_customer_product_id":151399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:42:43.000Z","modified_at":"2026-01-11T03:42:47.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"179631839708534","imei1":"179631839708534","imei2":"179631839708534","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151391,"job_number":"JOB_151391","tr_customer_id":151408,"tr_customer_product_id":151398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:41.000Z","modified_at":"2026-01-11T03:41:45.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"153344729294216","imei1":"153344729294216","imei2":"153344729294216","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151390,"job_number":"JOB_151390","tr_customer_id":151407,"tr_customer_product_id":151397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:36.000Z","modified_at":"2026-01-11T03:41:41.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"118959757663224","imei1":"118959757663224","imei2":"118959757663224","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151389,"job_number":"JOB_151389","tr_customer_id":151406,"tr_customer_product_id":151396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:41:32.000Z","modified_at":"2026-01-11T03:41:36.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"194890941900547","imei1":"194890941900547","imei2":"194890941900547","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:41:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151387,"job_number":"JOB_151387","tr_customer_id":151404,"tr_customer_product_id":151394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:53.000Z","modified_at":"2026-01-11T03:36:57.000Z","name":"uday p","mobile_number":"6666444488","email_id":"uday@yahoo.com","dop":"2025-11-11","serial_number":"161828103507474","imei1":"161828103507474","imei2":"161828103507474","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151386,"job_number":"JOB_151386","tr_customer_id":151403,"tr_customer_product_id":151393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:48.000Z","modified_at":"2026-01-11T03:36:52.000Z","name":"jatin sharma","mobile_number":"7766445533","email_id":"jatin@gmail.com","dop":"2025-11-11","serial_number":"130955662305325","imei1":"130955662305325","imei2":"130955662305325","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151385,"job_number":"JOB_151385","tr_customer_id":151402,"tr_customer_product_id":151392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:36:43.000Z","modified_at":"2026-01-11T03:36:48.000Z","name":"monali borole","mobile_number":"7688667755","email_id":"mona@gmail.com","dop":"2025-11-11","serial_number":"158099659436059","imei1":"158099659436059","imei2":"158099659436059","popurl":"2025-11-11T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:36:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151710,"job_number":"JOB_151710","tr_customer_id":151727,"tr_customer_product_id":151717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:41.000Z","modified_at":"2026-01-11T06:03:49.000Z","name":"Claire Kemmer","mobile_number":"668-927-8150","email_id":"Christop76@yahoo.com","dop":"2025-04-06","serial_number":"19977168926580","imei1":"19977168926580","imei2":"19977168926580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151707,"job_number":"JOB_151707","tr_customer_id":151724,"tr_customer_product_id":151714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:32.000Z","modified_at":"2026-01-11T06:03:40.000Z","name":"Stanton Johnston","mobile_number":"428-370-3860","email_id":"Jedediah.Donnelly36@gmail.com","dop":"2025-04-06","serial_number":"11259892142125","imei1":"11259892142125","imei2":"11259892142125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151704,"job_number":"JOB_151704","tr_customer_id":151721,"tr_customer_product_id":151711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:03:21.000Z","modified_at":"2026-01-11T06:03:30.000Z","name":"Arnoldo Frami","mobile_number":"600-631-7341","email_id":"May40@yahoo.com","dop":"2025-04-06","serial_number":"18181883827085","imei1":"18181883827085","imei2":"18181883827085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151699,"job_number":"JOB_151699","tr_customer_id":151716,"tr_customer_product_id":151706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:30.000Z","modified_at":"2026-01-11T05:55:38.000Z","name":"Henry Welch","mobile_number":"507-950-9865","email_id":"Orlando_Frami@hotmail.com","dop":"2025-04-06","serial_number":"12427163652893","imei1":"12427163652893","imei2":"12427163652893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151696,"job_number":"JOB_151696","tr_customer_id":151713,"tr_customer_product_id":151703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:21.000Z","modified_at":"2026-01-11T05:55:29.000Z","name":"Destin Becker","mobile_number":"563-790-3345","email_id":"Taurean.Dare@gmail.com","dop":"2025-04-06","serial_number":"12661035404238","imei1":"12661035404238","imei2":"12661035404238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151693,"job_number":"JOB_151693","tr_customer_id":151710,"tr_customer_product_id":151700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:55:11.000Z","modified_at":"2026-01-11T05:55:19.000Z","name":"Kelley Schultz","mobile_number":"843-296-8054","email_id":"Tiara37@hotmail.com","dop":"2025-04-06","serial_number":"13638425711630","imei1":"13638425711630","imei2":"13638425711630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151690,"job_number":"JOB_151690","tr_customer_id":151707,"tr_customer_product_id":151697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:53:54.000Z","modified_at":"2026-01-11T05:54:30.000Z","name":"Judson Powlowski","mobile_number":"421-906-1948","email_id":"Caitlyn_Pacocha9@hotmail.com","dop":"2025-04-06","serial_number":"12769116729235","imei1":"12769116729235","imei2":"12769116729235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151687,"job_number":"JOB_151687","tr_customer_id":151704,"tr_customer_product_id":151694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:50.000Z","modified_at":"2026-01-11T05:49:17.000Z","name":"Chyna Hoeger","mobile_number":"615-419-7885","email_id":"Dexter_Hammes@yahoo.com","dop":"2025-04-06","serial_number":"13851080286646","imei1":"13851080286646","imei2":"13851080286646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151684,"job_number":"JOB_151684","tr_customer_id":151701,"tr_customer_product_id":151691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:48:18.000Z","modified_at":"2026-01-11T05:48:45.000Z","name":"Deshawn Walsh","mobile_number":"235-863-5766","email_id":"Mallie.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"11886576470660","imei1":"11886576470660","imei2":"11886576470660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151681,"job_number":"JOB_151681","tr_customer_id":151698,"tr_customer_product_id":151688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:47:46.000Z","modified_at":"2026-01-11T05:48:13.000Z","name":"Jewel Grant","mobile_number":"584-926-1708","email_id":"Chadrick51@yahoo.com","dop":"2025-04-06","serial_number":"14317962137516","imei1":"14317962137516","imei2":"14317962137516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:48:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151675,"job_number":"JOB_151675","tr_customer_id":151692,"tr_customer_product_id":151682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:44:59.000Z","modified_at":"2026-01-11T05:45:24.000Z","name":"Willard Cruickshank","mobile_number":"529-524-0100","email_id":"Wilburn_Langosh31@yahoo.com","dop":"2025-04-06","serial_number":"19443283978360","imei1":"19443283978360","imei2":"19443283978360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151655,"job_number":"JOB_151655","tr_customer_id":151672,"tr_customer_product_id":151662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:07:27.000Z","modified_at":"2026-01-11T05:07:52.000Z","name":"Sylvester Shields","mobile_number":"210-415-3568","email_id":"Leon_Reilly68@yahoo.com","dop":"2025-04-06","serial_number":"14789147038872","imei1":"14789147038872","imei2":"14789147038872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151650,"job_number":"JOB_151650","tr_customer_id":151667,"tr_customer_product_id":151657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:18.000Z","modified_at":"2026-01-11T05:05:25.000Z","name":"Roderick Lebsack","mobile_number":"666-719-2142","email_id":"Trisha78@gmail.com","dop":"2025-04-06","serial_number":"12527658058684","imei1":"12527658058684","imei2":"12527658058684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151647,"job_number":"JOB_151647","tr_customer_id":151664,"tr_customer_product_id":151654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:05:09.000Z","modified_at":"2026-01-11T05:05:16.000Z","name":"Jasen Beahan","mobile_number":"501-672-5278","email_id":"Ida.Little@hotmail.com","dop":"2025-04-06","serial_number":"12506224986866","imei1":"12506224986866","imei2":"12506224986866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151644,"job_number":"JOB_151644","tr_customer_id":151661,"tr_customer_product_id":151651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:04:59.000Z","modified_at":"2026-01-11T05:05:07.000Z","name":"Remington Boyle","mobile_number":"865-313-6673","email_id":"Kendrick73@yahoo.com","dop":"2025-04-06","serial_number":"18414248714186","imei1":"18414248714186","imei2":"18414248714186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151639,"job_number":"JOB_151639","tr_customer_id":151656,"tr_customer_product_id":151646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:00:12.000Z","modified_at":"2026-01-11T05:00:48.000Z","name":"Halie Balistreri","mobile_number":"937-668-8511","email_id":"Jamaal_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"13061456329292","imei1":"13061456329292","imei2":"13061456329292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151636,"job_number":"JOB_151636","tr_customer_id":151653,"tr_customer_product_id":151643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:56:44.000Z","modified_at":"2026-01-11T04:57:21.000Z","name":"Tom Reilly","mobile_number":"365-916-7913","email_id":"Bernadine.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"12864742942465","imei1":"12864742942465","imei2":"12864742942465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151626,"job_number":"JOB_151626","tr_customer_id":151643,"tr_customer_product_id":151633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:54.000Z","modified_at":"2026-01-11T04:52:03.000Z","name":"Mortimer Gulgowski","mobile_number":"852-548-1273","email_id":"Mark.Kuphal@yahoo.com","dop":"2025-07-01","serial_number":"105539170001214","imei1":"105539170001214","imei2":"105539170001214","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151624,"job_number":"JOB_151624","tr_customer_id":151641,"tr_customer_product_id":151631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:51:41.000Z","modified_at":"2026-01-11T04:51:51.000Z","name":"Harry Klein","mobile_number":"496-399-1308","email_id":"Holly38@yahoo.com","dop":"2025-07-01","serial_number":"103836138874607","imei1":"103836138874607","imei2":"103836138874607","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151621,"job_number":"JOB_151621","tr_customer_id":151638,"tr_customer_product_id":151628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:48:31.000Z","modified_at":"2026-01-11T04:48:53.000Z","name":"Claire Maggio","mobile_number":"472-491-3904","email_id":"Abdullah_Quigley@hotmail.com","dop":"2025-04-06","serial_number":"15823046058223","imei1":"15823046058223","imei2":"15823046058223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151617,"job_number":"JOB_151617","tr_customer_id":151634,"tr_customer_product_id":151624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:42:01.000Z","modified_at":"2026-01-11T04:42:11.000Z","name":"Citlalli Feil","mobile_number":"273-634-1657","email_id":"Viviane_Monahan91@yahoo.com","dop":"2025-10-12","serial_number":"12786783063913","imei1":"12786783063913","imei2":"12786783063913","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151614,"job_number":"JOB_151614","tr_customer_id":151631,"tr_customer_product_id":151621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:47.000Z","modified_at":"2026-01-11T04:41:57.000Z","name":"Armando O'Hara","mobile_number":"752-279-1471","email_id":"Alek.MacGyver37@yahoo.com","dop":"2025-10-12","serial_number":"11984070827497","imei1":"11984070827497","imei2":"11984070827497","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151611,"job_number":"JOB_151611","tr_customer_id":151628,"tr_customer_product_id":151618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:41:32.000Z","modified_at":"2026-01-11T04:41:42.000Z","name":"Jamar Rippin","mobile_number":"672-433-0964","email_id":"Una_Keeling75@gmail.com","dop":"2025-10-12","serial_number":"18445275867788","imei1":"18445275867788","imei2":"18445275867788","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151600,"job_number":"JOB_151600","tr_customer_id":151617,"tr_customer_product_id":151607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:07:18.000Z","modified_at":"2026-01-11T04:07:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94538203151550","imei1":"94538203151550","imei2":"94538203151550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151593,"job_number":"JOB_151593","tr_customer_id":151610,"tr_customer_product_id":151600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:51.000Z","modified_at":"2026-01-11T04:07:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18757006445279","imei1":"18757006445279","imei2":"18757006445279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151586,"job_number":"JOB_151586","tr_customer_id":151603,"tr_customer_product_id":151593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:06:24.000Z","modified_at":"2026-01-11T04:06:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85658452618583","imei1":"85658452618583","imei2":"85658452618583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151578,"job_number":"JOB_151578","tr_customer_id":151595,"tr_customer_product_id":151585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:15.000Z","modified_at":"2026-01-11T04:03:51.000Z","name":"Rhiannon Fisher","mobile_number":"813-271-0013","email_id":"Ona37@yahoo.com","dop":"2025-04-06","serial_number":"19263093838366","imei1":"19263093838366","imei2":"19263093838366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151575,"job_number":"JOB_151575","tr_customer_id":151592,"tr_customer_product_id":151582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:03:07.000Z","modified_at":"2026-01-11T04:03:42.000Z","name":"Patrick Haley","mobile_number":"851-464-9126","email_id":"Vesta_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"17102668287489","imei1":"17102668287489","imei2":"17102668287489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151572,"job_number":"JOB_151572","tr_customer_id":151589,"tr_customer_product_id":151579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:31.000Z","modified_at":"2026-01-11T04:03:08.000Z","name":"Zakary Fadel","mobile_number":"601-589-8031","email_id":"Stefan.Wunsch89@yahoo.com","dop":"2025-04-06","serial_number":"10124549317163","imei1":"10124549317163","imei2":"10124549317163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151569,"job_number":"JOB_151569","tr_customer_id":151586,"tr_customer_product_id":151576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:24.000Z","modified_at":"2026-01-11T04:03:00.000Z","name":"Laurianne Murray","mobile_number":"547-742-0288","email_id":"Vito.Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"12222083366056","imei1":"12222083366056","imei2":"12222083366056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:03:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151566,"job_number":"JOB_151566","tr_customer_id":151583,"tr_customer_product_id":151573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:19.000Z","modified_at":"2026-01-11T04:02:50.000Z","name":"Alda White","mobile_number":"267-595-9479","email_id":"Kevon.Little@hotmail.com","dop":"2025-04-06","serial_number":"10454443811642","imei1":"10454443811642","imei2":"10454443811642","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151563,"job_number":"JOB_151563","tr_customer_id":151580,"tr_customer_product_id":151570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:11.000Z","modified_at":"2026-01-11T04:02:46.000Z","name":"Dan Orn","mobile_number":"644-982-2446","email_id":"Katelin_Thiel@hotmail.com","dop":"2000-01-31","serial_number":"10567702827496","imei1":"10567702827496","imei2":"10567702827496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151556,"job_number":"JOB_151556","tr_customer_id":151573,"tr_customer_product_id":151563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:02:04.000Z","modified_at":"2026-01-11T04:02:38.000Z","name":"Adrain Klocko","mobile_number":"523-877-0302","email_id":"Elise_Glover84@hotmail.com","dop":"2025-04-06","serial_number":"15333909607324","imei1":"15333909607324","imei2":"15333909607324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151553,"job_number":"JOB_151553","tr_customer_id":151570,"tr_customer_product_id":151560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:58.000Z","modified_at":"2026-01-11T04:02:34.000Z","name":"Ardith Block","mobile_number":"884-821-2019","email_id":"Penelope_Hahn53@yahoo.com","dop":"2025-04-06","serial_number":"14619963191805","imei1":"14619963191805","imei2":"14619963191805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151550,"job_number":"JOB_151550","tr_customer_id":151567,"tr_customer_product_id":151557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:53.000Z","modified_at":"2026-01-11T04:02:26.000Z","name":"Eudora Larson","mobile_number":"764-878-4976","email_id":"Kennedy.Greenfelder0@yahoo.com","dop":"2025-04-06","serial_number":"19302841959656","imei1":"19302841959656","imei2":"19302841959656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151544,"job_number":"JOB_151544","tr_customer_id":151561,"tr_customer_product_id":151551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:47.000Z","modified_at":"2026-01-11T04:02:24.000Z","name":"Winona Carroll","mobile_number":"945-919-7579","email_id":"Javon_Von@hotmail.com","dop":"2025-04-06","serial_number":"19276386471134","imei1":"19276386471134","imei2":"19276386471134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151541,"job_number":"JOB_151541","tr_customer_id":151558,"tr_customer_product_id":151548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:43.000Z","modified_at":"2026-01-11T04:02:14.000Z","name":"Julie Morar","mobile_number":"936-453-8466","email_id":"Orville.Murazik79@hotmail.com","dop":"2025-04-06","serial_number":"17631661324898","imei1":"17631661324898","imei2":"17631661324898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151537,"job_number":"JOB_151537","tr_customer_id":151554,"tr_customer_product_id":151544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:17.000Z","name":"Virginie Lueilwitz","mobile_number":"504-773-4270","email_id":"Theron.Wehner66@yahoo.com","dop":"2025-04-06","serial_number":"14316314327650","imei1":"14316314327650","imei2":"14316314327650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151536,"job_number":"JOB_151536","tr_customer_id":151553,"tr_customer_product_id":151543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:41.000Z","modified_at":"2026-01-11T04:02:13.000Z","name":"Reta Bogan","mobile_number":"947-851-1133","email_id":"Emilia.Kris@hotmail.com","dop":"2025-04-06","serial_number":"16865428658296","imei1":"16865428658296","imei2":"16865428658296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151530,"job_number":"JOB_151530","tr_customer_id":151547,"tr_customer_product_id":151537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:35.000Z","modified_at":"2026-01-11T04:02:09.000Z","name":"Mack Wyman","mobile_number":"920-832-7318","email_id":"Maxwell.Hackett53@gmail.com","dop":"2025-06-26","serial_number":"19835494486629","imei1":"19835494486629","imei2":"19835494486629","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151528,"job_number":"JOB_151528","tr_customer_id":151545,"tr_customer_product_id":151535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:28.000Z","modified_at":"2026-01-11T04:02:04.000Z","name":"Charlene Walter","mobile_number":"699-721-2301","email_id":"Laurine_Franecki@hotmail.com","dop":"2000-01-31","serial_number":"10644079055409","imei1":"10644079055409","imei2":"10644079055409","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151524,"job_number":"JOB_151524","tr_customer_id":151541,"tr_customer_product_id":151531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Tomasa Kub","mobile_number":"503-942-1882","email_id":"Hilario84@hotmail.com","dop":"2025-04-06","serial_number":"17284725942557","imei1":"17284725942557","imei2":"17284725942557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151523,"job_number":"JOB_151523","tr_customer_id":151540,"tr_customer_product_id":151530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:24.000Z","modified_at":"2026-01-11T04:01:57.000Z","name":"Daisy Luettgen","mobile_number":"901-855-8045","email_id":"Claude.Torp9@yahoo.com","dop":"2025-04-06","serial_number":"11915159723907","imei1":"11915159723907","imei2":"11915159723907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151518,"job_number":"JOB_151518","tr_customer_id":151535,"tr_customer_product_id":151525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:15.000Z","modified_at":"2026-01-11T04:01:51.000Z","name":"Marge Gutmann","mobile_number":"495-933-3296","email_id":"Thalia.Moen@hotmail.com","dop":"2025-04-06","serial_number":"14583406504038","imei1":"14583406504038","imei2":"14583406504038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151512,"job_number":"JOB_151512","tr_customer_id":151529,"tr_customer_product_id":151519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:13.000Z","modified_at":"2026-01-11T04:01:46.000Z","name":"Darrel Runolfsdottir","mobile_number":"393-774-4666","email_id":"Christy.Legros53@gmail.com","dop":"2025-04-06","serial_number":"10891639963552","imei1":"10891639963552","imei2":"10891639963552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151509,"job_number":"JOB_151509","tr_customer_id":151526,"tr_customer_product_id":151516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:06.000Z","modified_at":"2026-01-11T04:01:37.000Z","name":"Vivien Roob","mobile_number":"319-673-4331","email_id":"Kristoffer.Welch@gmail.com","dop":"2025-04-06","serial_number":"10645512352041","imei1":"10645512352041","imei2":"10645512352041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151506,"job_number":"JOB_151506","tr_customer_id":151523,"tr_customer_product_id":151513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:01:03.000Z","modified_at":"2026-01-11T04:01:35.000Z","name":"Armando Kiehn","mobile_number":"917-435-5768","email_id":"Viva89@hotmail.com","dop":"2025-04-06","serial_number":"19458039164247","imei1":"19458039164247","imei2":"19458039164247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151499,"job_number":"JOB_151499","tr_customer_id":151516,"tr_customer_product_id":151506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:56.000Z","modified_at":"2026-01-11T04:01:30.000Z","name":"Albertha Boyle","mobile_number":"493-274-2270","email_id":"Clifton_Willms@hotmail.com","dop":"2025-04-06","serial_number":"12719434241681","imei1":"12719434241681","imei2":"12719434241681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151495,"job_number":"JOB_151495","tr_customer_id":151512,"tr_customer_product_id":151502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:46.000Z","modified_at":"2026-01-11T04:01:21.000Z","name":"Julian Lemke","mobile_number":"347-926-1105","email_id":"Jovan.McCullough68@yahoo.com","dop":"2000-01-31","serial_number":"10996215757343","imei1":"10996215757343","imei2":"10996215757343","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151491,"job_number":"JOB_151491","tr_customer_id":151508,"tr_customer_product_id":151498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:44.000Z","modified_at":"2026-01-11T04:01:17.000Z","name":"Sherwood Barrows","mobile_number":"726-779-0643","email_id":"Jadyn_Fisher85@gmail.com","dop":"2025-04-06","serial_number":"11400776563849","imei1":"11400776563849","imei2":"11400776563849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151489,"job_number":"JOB_151489","tr_customer_id":151506,"tr_customer_product_id":151496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:42.000Z","modified_at":"2026-01-11T04:01:18.000Z","name":"Lupe Bahringer","mobile_number":"488-542-9150","email_id":"Arturo_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"18395461431976","imei1":"18395461431976","imei2":"18395461431976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151485,"job_number":"JOB_151485","tr_customer_id":151502,"tr_customer_product_id":151492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:32.000Z","modified_at":"2026-01-11T04:01:06.000Z","name":"Lavonne Dicki","mobile_number":"970-350-0801","email_id":"Carolanne74@hotmail.com","dop":"2025-04-06","serial_number":"11035226395706","imei1":"11035226395706","imei2":"11035226395706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151482,"job_number":"JOB_151482","tr_customer_id":151499,"tr_customer_product_id":151489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:31.000Z","modified_at":"2026-01-11T04:01:05.000Z","name":"King Flatley","mobile_number":"914-903-3170","email_id":"Shaina.Lesch9@hotmail.com","dop":"2025-04-06","serial_number":"18157608478258","imei1":"18157608478258","imei2":"18157608478258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151480,"job_number":"JOB_151480","tr_customer_id":151497,"tr_customer_product_id":151487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:30.000Z","modified_at":"2026-01-11T04:01:07.000Z","name":"Maya Watsica","mobile_number":"451-769-7763","email_id":"Warren6@yahoo.com","dop":"2025-04-06","serial_number":"19657680420796","imei1":"19657680420796","imei2":"19657680420796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151477,"job_number":"JOB_151477","tr_customer_id":151494,"tr_customer_product_id":151484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:28.000Z","modified_at":"2026-01-11T04:00:59.000Z","name":"Fernando Lind","mobile_number":"701-701-8890","email_id":"Pedro70@hotmail.com","dop":"2025-04-06","serial_number":"16356372808135","imei1":"16356372808135","imei2":"16356372808135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151475,"job_number":"JOB_151475","tr_customer_id":151492,"tr_customer_product_id":151482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:25.000Z","modified_at":"2026-01-11T04:00:36.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19011225443408","imei1":"19011225443408","imei2":"19011225443408","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151468,"job_number":"JOB_151468","tr_customer_id":151485,"tr_customer_product_id":151475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:16.000Z","modified_at":"2026-01-11T04:00:50.000Z","name":"Rosalinda Koepp","mobile_number":"233-341-6000","email_id":"Cullen63@yahoo.com","dop":"2025-04-06","serial_number":"15381145152614","imei1":"15381145152614","imei2":"15381145152614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151465,"job_number":"JOB_151465","tr_customer_id":151482,"tr_customer_product_id":151472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:13.000Z","modified_at":"2026-01-11T04:00:23.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"19335988478299","imei1":"19335988478299","imei2":"19335988478299","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151462,"job_number":"JOB_151462","tr_customer_id":151479,"tr_customer_product_id":151469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:12.000Z","modified_at":"2026-01-11T04:00:45.000Z","name":"Fredrick Armstrong","mobile_number":"244-202-7823","email_id":"Leonard.Fadel17@gmail.com","dop":"2025-04-06","serial_number":"10895661355304","imei1":"10895661355304","imei2":"10895661355304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151460,"job_number":"JOB_151460","tr_customer_id":151477,"tr_customer_product_id":151467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:09.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10856036813245","imei1":"10856036813245","imei2":"10856036813245","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151454,"job_number":"JOB_151454","tr_customer_id":151471,"tr_customer_product_id":151461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:37.000Z","name":"Angus Goldner","mobile_number":"430-926-2488","email_id":"Destinee_Ziemann88@yahoo.com","dop":"2025-04-06","serial_number":"14418938685880","imei1":"14418938685880","imei2":"14418938685880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151452,"job_number":"JOB_151452","tr_customer_id":151469,"tr_customer_product_id":151459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T04:00:02.000Z","modified_at":"2026-01-11T04:00:38.000Z","name":"Josie Russel","mobile_number":"936-800-8124","email_id":"Michaela.Lang@yahoo.com","dop":"2000-01-31","serial_number":"10664934550496","imei1":"10664934550496","imei2":"10664934550496","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151447,"job_number":"JOB_151447","tr_customer_id":151464,"tr_customer_product_id":151454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:59.000Z","modified_at":"2026-01-11T04:00:35.000Z","name":"Florida Cole","mobile_number":"717-623-2674","email_id":"Leann99@yahoo.com","dop":"2025-04-06","serial_number":"15449002667124","imei1":"15449002667124","imei2":"15449002667124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151445,"job_number":"JOB_151445","tr_customer_id":151462,"tr_customer_product_id":151452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:57.000Z","modified_at":"2026-01-11T04:00:07.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"18568239529787","imei1":"18568239529787","imei2":"18568239529787","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151441,"job_number":"JOB_151441","tr_customer_id":151458,"tr_customer_product_id":151448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:52.000Z","modified_at":"2026-01-11T04:00:03.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13215951276230","imei1":"13215951276230","imei2":"13215951276230","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151436,"job_number":"JOB_151436","tr_customer_id":151453,"tr_customer_product_id":151443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:50.000Z","modified_at":"2026-01-11T04:00:24.000Z","name":"Reed Hane","mobile_number":"338-636-1221","email_id":"Reggie24@gmail.com","dop":"2025-04-06","serial_number":"17481333087880","imei1":"17481333087880","imei2":"17481333087880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151433,"job_number":"JOB_151433","tr_customer_id":151450,"tr_customer_product_id":151440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:45.000Z","modified_at":"2026-01-11T04:00:20.000Z","name":"Misty Haley","mobile_number":"375-463-7932","email_id":"Ettie67@hotmail.com","dop":"2025-06-18","serial_number":"10745738342331","imei1":"10745738342331","imei2":"10745738342331","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151431,"job_number":"JOB_151431","tr_customer_id":151448,"tr_customer_product_id":151438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:41.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"17377922597721","imei1":"17377922597721","imei2":"17377922597721","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151423,"job_number":"JOB_151423","tr_customer_id":151440,"tr_customer_product_id":151430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:35.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Cassandre Murphy","mobile_number":"520-462-2756","email_id":"Misty_Streich@yahoo.com","dop":"2025-04-06","serial_number":"10473263962772","imei1":"10473263962772","imei2":"10473263962772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151421,"job_number":"JOB_151421","tr_customer_id":151438,"tr_customer_product_id":151428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:33.000Z","modified_at":"2026-01-11T04:00:09.000Z","name":"Lynn Walter","mobile_number":"624-859-6309","email_id":"Citlalli_Franecki@gmail.com","dop":"2025-04-06","serial_number":"13150156992081","imei1":"13150156992081","imei2":"13150156992081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151419,"job_number":"JOB_151419","tr_customer_id":151436,"tr_customer_product_id":151426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:31.000Z","modified_at":"2026-01-11T04:00:05.000Z","name":"Reina Kulas","mobile_number":"702-559-8897","email_id":"Scottie.Bashirian66@hotmail.com","dop":"2025-04-06","serial_number":"15245261468593","imei1":"15245261468593","imei2":"15245261468593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151416,"job_number":"JOB_151416","tr_customer_id":151433,"tr_customer_product_id":151423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:26.000Z","modified_at":"2026-01-11T04:00:02.000Z","name":"Andre Johnson","mobile_number":"676-668-1289","email_id":"Vivien.Hegmann11@hotmail.com","dop":"2025-04-06","serial_number":"17204343647005","imei1":"17204343647005","imei2":"17204343647005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T04:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151413,"job_number":"JOB_151413","tr_customer_id":151430,"tr_customer_product_id":151420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:16.000Z","modified_at":"2026-01-11T03:59:51.000Z","name":"Alexie Macejkovic","mobile_number":"858-604-0965","email_id":"Marie.Morar36@yahoo.com","dop":"2025-04-06","serial_number":"15577012208558","imei1":"15577012208558","imei2":"15577012208558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151410,"job_number":"JOB_151410","tr_customer_id":151427,"tr_customer_product_id":151417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:09.000Z","modified_at":"2026-01-11T03:59:43.000Z","name":"Toni Ebert","mobile_number":"390-727-5918","email_id":"Angelita_Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"16942544609670","imei1":"16942544609670","imei2":"16942544609670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151407,"job_number":"JOB_151407","tr_customer_id":151424,"tr_customer_product_id":151414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:07.000Z","modified_at":"2026-01-11T03:59:44.000Z","name":"Miguel Toy","mobile_number":"766-777-0141","email_id":"Twila81@gmail.com","dop":"2025-04-06","serial_number":"17187635900044","imei1":"17187635900044","imei2":"17187635900044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151405,"job_number":"JOB_151405","tr_customer_id":151422,"tr_customer_product_id":151412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:05.000Z","modified_at":"2026-01-11T03:59:36.000Z","name":"Leif Kreiger","mobile_number":"854-298-6234","email_id":"Susana42@yahoo.com","dop":"2025-04-06","serial_number":"17749158958495","imei1":"17749158958495","imei2":"17749158958495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151403,"job_number":"JOB_151403","tr_customer_id":151420,"tr_customer_product_id":151410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:59:03.000Z","modified_at":"2026-01-11T03:59:38.000Z","name":"Alfreda Lakin","mobile_number":"579-302-1234","email_id":"Eileen_Lowe@hotmail.com","dop":"2025-06-18","serial_number":"10604963740061","imei1":"10604963740061","imei2":"10604963740061","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151401,"job_number":"JOB_151401","tr_customer_id":151418,"tr_customer_product_id":151408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:53.000Z","modified_at":"2026-01-11T03:59:01.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"24568234492070","imei1":"24568234492070","imei2":"24568234492070","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151399,"job_number":"JOB_151399","tr_customer_id":151416,"tr_customer_product_id":151406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:51.000Z","modified_at":"2026-01-11T03:59:24.000Z","name":"Minerva Kertzmann","mobile_number":"725-270-3475","email_id":"Kamron.Maggio75@hotmail.com","dop":"2025-04-06","serial_number":"11102897096789","imei1":"11102897096789","imei2":"11102897096789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151396,"job_number":"JOB_151396","tr_customer_id":151413,"tr_customer_product_id":151403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:48.000Z","modified_at":"2026-01-11T03:59:20.000Z","name":"Tyrel Becker","mobile_number":"447-548-5627","email_id":"Milford.Hills@hotmail.com","dop":"2025-04-06","serial_number":"19137275790992","imei1":"19137275790992","imei2":"19137275790992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:59:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151395,"job_number":"JOB_151395","tr_customer_id":151412,"tr_customer_product_id":151402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T03:58:43.000Z","modified_at":"2026-01-11T03:58:51.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"38481215606754","imei1":"38481215606754","imei2":"38481215606754","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151329,"job_number":"JOB_151329","tr_customer_id":151346,"tr_customer_product_id":151336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-10T17:40:49.000Z","modified_at":"2026-01-11T06:04:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-31","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-31T17:40:49.130176058Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-11T06:04:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1a14ab9-ef9b-4041-9dfd-7a3740941257
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-nfN/g0BvLcMrCHp4b57OMLM9CQw"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:11.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-11T06:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 206ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f91f029-e5c5-471f-870d-30f6af8c819d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151715
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMjExMX0.-JDAvyI9Xzhzhf1GtRRxamuxtfNSf_vw4g2fpAKnKeY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8234048b-d306-40cb-b2f3-90de25326561
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 23a97cb9-5e48-4a5d-9c98-43c806df0989
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-EZacGtRIEtDoCb3tDch7EoyDrLY"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMTN9.QZbCFVQg3hDj2Y5wjOnZT7Kx_uZ8oyoJ-RdbSBKEA1M"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 201ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ffd1cd0-4c30-46c7-917c-bb0b3c1cfdcf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 428562e9-e189-4a81-b24b-234c91cde226
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-t5cx9KjzNw/v9NYU4fgDz8bB7Kg"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":334},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37729f94-5d84-487d-a47d-34a5a599a024
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c4-/5fJ7bJi5zOvH78JzkytJnGX2LU"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:13.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:15:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa9898f9-4fbb-4bd1-ae06-a9daae31d79c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c4-/5fJ7bJi5zOvH78JzkytJnGX2LU"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 11 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":151678,"job_number":"JOB_151678","tr_customer_id":151695,"tr_customer_product_id":151685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T05:45:29.000Z","modified_at":"2026-01-11T05:45:51.000Z","name":"Elenor Leffler","mobile_number":"392-774-8510","email_id":"Deonte1@yahoo.com","dop":"2025-04-06","serial_number":"19899869589399","imei1":"19899869589399","imei2":"19899869589399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T05:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":151715,"job_number":"JOB_151715","tr_customer_id":151732,"tr_customer_product_id":151722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-11T06:15:05.000Z","modified_at":"2026-01-11T06:15:13.000Z","name":"Lacy Stark","mobile_number":"359-847-1480","email_id":"Garret22@gmail.com","dop":"2025-11-04","serial_number":"96033886103318","imei1":"96033886103318","imei2":"96033886103318","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-11T06:15:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 198e5e15-3aa8-4c45-a25b-5adace8e221a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 151715
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27df20f0-2d14-46a0-bfcd-e4d9c13dcba0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/151715
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTIxMDN9.536LXWNcsofbWgzVgg8VtTKcx4lk4ilCfAZUAf9CPvc
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71ad2529-1060-46e9-85e0-9d792a1a4ae4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 11 Jan 2026 06:15:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request